PCv5/V5.py

7 lines
98 B
Python

from app import app
@app.shell_context_processor
def make_shell_context():
return globals()