flask_photo_scaling_app/photo_app.py

6 lines
67 B
Python

#!/usr/bin/env python3
from app import init_app
app = init_app()