8 lines
90 B
Python
8 lines
90 B
Python
#!/usr/bin/env python
|
|
|
|
from core.main import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|