pypa-hatch/hatch/__main__.py

7 lines
87 B
Python

import sys
if __name__ == '__main__':
from .cli import main
sys.exit(main())