PCv5/V5.py

7 lines
98 B
Python
Raw Normal View History

from app import app
2018-02-23 23:34:06 +01:00
@app.shell_context_processor
def make_shell_context():
return globals()