Files
mumblepy/mumble/__init__.py

5 lines
93 B
Python

from .meta import Meta
from .hooks import *
from .server import Server
__version__ = '0.1.0'