nonebot2/nonebot/adapters/__init__.py

9 lines
131 B
Python
Raw Normal View History

2020-07-05 20:39:34 +08:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class BaseBot(object):
def __init__(self):
raise NotImplementedError