nonebot2/nonebot/adapters/__init__.py
2020-07-05 20:39:51 +08:00

9 lines
131 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class BaseBot(object):
def __init__(self):
raise NotImplementedError