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