mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-10 02:17:59 +00:00
13 lines
129 B
Python
13 lines
129 B
Python
from . import logging
|
|
|
|
|
|
import asyncio
|
|
import aiohttp
|
|
import aiohttp.web
|
|
|
|
|
|
app = aiohttp.web.Application()
|
|
|
|
|
|
from . import actor
|