5 lines
76 B
Python
5 lines
76 B
Python
from shop import application
|
|
|
|
if "__main__" == __name__:
|
|
application.run()
|