4 lines
81 B
Python
4 lines
81 B
Python
from tutorial.app import main
|
|
|
|
if __name__ == "__main__":
|
|
main().main_loop()
|