add fastapi routes, adapters

This commit is contained in:
yanyongyu
2020-07-05 20:39:34 +08:00
parent 4d242875d2
commit ea21d6ffcc
9 changed files with 64 additions and 18 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from .log import logger
from .event import Event
from .matcher import matchers
from nonebot.log import logger
from nonebot.event import Event
from nonebot.matcher import matchers
async def handle_message(bot, event: Event):