PCv5/V5.py
Darks 3fb3ee40d2
fix: better PEP8
Flake8 returns less errors. I ignored lots of them though
2020-08-05 22:52:56 +02:00

7 lines
98 B
Python

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