flask-blog/app.py

5 lines
61 B
Python
Raw Normal View History

2025-03-02 15:07:48 +09:00
from blog import app
if __name__=='__main__':
app.run()