6 lines
84 B
Python
6 lines
84 B
Python
|
from helloworld.app import main
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main().main_loop()
|
||
|
|