mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-01-17 18:40:23 -06:00
6 lines
92 B
Python
6 lines
92 B
Python
from app import create_app
|
|
|
|
if __name__ == '__main__':
|
|
app = create_app()
|
|
app.run()
|