mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-14 19:47:59 +00:00
9 lines
103 B
Python
9 lines
103 B
Python
__version__ = '0.2.2'
|
|
|
|
from aiohttp.web import Application
|
|
|
|
from . import logger
|
|
|
|
|
|
app = Application()
|