5 lines
79 B
Python
5 lines
79 B
Python
from app.views import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(port="4343")
|