Files
PassKeeper/wsgi.py
T
2026-04-16 08:27:07 -04:00

4 lines
59 B
Python

from app import create_app
app = create_app('production')