4 lines
44 B
Python
4 lines
44 B
Python
#!/usr/bin/python
|
|
from . import main
|
|
main()
|
#!/usr/bin/python
|
|
from . import main
|
|
main()
|