stacosys/app/__init__.py
2017-07-08 20:21:39 +02:00

4 lines
50 B
Python

from sanic import Sanic
app = Sanic()
cache = {}