Files
addon/lib/megaserver/__init__.py
2019-04-23 14:32:53 +02:00

4 lines
83 B
Python

from client import Client
from server import Server
__all__ = ['Client', 'Server']