Files

7 lines
92 B
Python
Raw Permalink Normal View History

import sys
from .cli import _main as main
if __name__ == "__main__":
sys.exit(main())