mirror of
https://github.com/bikini/patchwork
synced 2026-06-27 08:08:41 +00:00
4 lines
81 B
Python
4 lines
81 B
Python
from .cli import main
|
|
if __name__ == '__main__':
|
|
raise SystemExit(main())
|