rDrama/files/events/routes/jinja.py

7 lines
147 B
Python

from files.__main__ import app
from files.events import EVENT_JINJA_CONST
@app.context_processor
def event_constants():
return EVENT_JINJA_CONST