This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
imagerepo/run.py
T
2025-07-28 21:57:49 +00:00

6 lines
57 B
Python

# run.py
from app import create_app
app = create_app()