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