stacosys/app/__init__.py
2017-07-09 15:27:59 +02:00

5 lines
106 B
Python

from sanic import Sanic
from aiocache import SimpleMemoryCache
app = Sanic()
cache = SimpleMemoryCache()