feat: init package
This commit is contained in:
parent
bd917f6b4c
commit
0e126921ea
2 changed files with 2 additions and 2 deletions
0
__init__.py
Normal file
0
__init__.py
Normal file
4
app.py
4
app.py
|
@ -1,6 +1,6 @@
|
||||||
from flask import Flask
|
from flask import Flask
|
||||||
from threads import threads
|
from .threads import threads
|
||||||
from cache import cache
|
from .cache import cache
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
cache.init_app(app, config={'CACHE_TYPE': 'SimpleCache'})
|
cache.init_app(app, config={'CACHE_TYPE': 'SimpleCache'})
|
||||||
|
|
Loading…
Reference in a new issue