5 lines
43 B
Python
5 lines
43 B
Python
|
#!/bin/env python
|
||
|
|
||
|
import Main
|
||
|
Main.main()
|