This repository has been archived on 2023-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PriceyBot2/passenger_wsgi.py

5 lines
63 B
Python

from priceybot2 import create_app
application = create_app()