mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-04 16:14:49 -05:00
7 lines
263 B
Python
7 lines
263 B
Python
from bemani.utils.proxy import app, load_config
|
|
|
|
# Assumes a proxy yaml in the same directory as this WSGI
|
|
# file. Also assumes that your uWSGI instance is configured with a
|
|
# virtualenv that includes the installed version of this repo.
|
|
load_config('proxy.yaml')
|