7 lines
98 B
Python
7 lines
98 B
Python
import app
|
|
|
|
if __name__ == "__main__":
|
|
application = app.application()
|
|
|
|
application.run()
|