pypa-hatch/backend/hatchling/__main__.py

7 lines
97 B
Python

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