1df0e33
1
2
3
4
5
6
7
import sys from pathlib import Path from aetheris.cli.main import main if __name__ == "__main__": sys.exit(main())