nonebot2/nonebot/adapters/coolq.py

11 lines
145 B
Python
Raw Normal View History

2020-07-05 20:39:34 +08:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from nonebot.adapters import BaseBot
class Bot(BaseBot):
def __init__(self):
pass