blob: 27728cc7aa400fa7389cf0ba31990165bc7b03b5 [file] [log] [blame]
import sys
from .cli import main
if __name__ == "__main__":
sys.exit(main())