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