Files
nutshell/mint/__main__.py
2022-09-28 15:54:22 +02:00

7 lines
47 B
Python

from .main import main
print("main")
main()