4 lines
62 B
Python
Executable file
4 lines
62 B
Python
Executable file
from web import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run()
|