4 lines
80 B
Python
4 lines
80 B
Python
if __name__ == "__main__":
|
|
from devine.core.__main__ import main
|
|
main()
|