Files
addon/lib/megaserver/__init__.py
marco 8a8d1e4f5e KoD 1.4
- completato il supporto al futuro Kodi 19\n- ridisegnato infoplus\n- fix vari ed eventuali\n
2020-09-29 21:08:25 +02:00

4 lines
113 B
Python

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