5 lines
92 B
Python
5 lines
92 B
Python
from python_files.main import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|