piecefinder / app.py
Steph254's picture
Upload 12 files
203a0a4 verified
raw
history blame contribute delete
88 Bytes
from app import create_app
app = create_app()
if __name__ == '__main__':
app.run()