mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-04-18 22:55:50 +00:00
6 lines
215 B
Python
6 lines
215 B
Python
__all__ = ['Server', 'Plugin', 'build_header']
|
|
__version__ = '3.0.1'
|
|
__author__ = ['mingfengpigeon <mingfengpigeon@gmail.com>',"Eilles Wan <EillesWan@outlook.com>"]
|
|
|
|
from .server import Server, Plugin, build_header
|