9 lines
103 B
Python
9 lines
103 B
Python
__version__ = '0.2.0'
|
|
|
|
from aiohttp.web import Application
|
|
|
|
from . import logger
|
|
|
|
|
|
app = Application()
|