pypa-hatch/hatch/__main__.py

4 lines
57 B
Python

import sys
from hatch.cli import hatch
sys.exit(hatch())