blivechat/blcsdk/__init__.py
2024-03-17 22:37:06 +08:00

8 lines
131 B
Python

# -*- coding: utf-8 -*-
__version__ = '1.0.0'
from .handlers import *
from .client import *
from .exc import *
from .api import *