mirror of
https://github.com/TrentSPalmer/flask_photo_scaling_app.git
synced 2024-11-16 14:41:29 -08:00
6 lines
67 B
Python
6 lines
67 B
Python
#!/usr/bin/env python3
|
|
|
|
from app import init_app
|
|
|
|
app = init_app()
|