- completato il supporto al futuro Kodi 19\n- ridisegnato infoplus\n- fix vari ed eventuali\n
4 lines
113 B
Python
4 lines
113 B
Python
from lib.megaserver.client import Client
|
|
from lib.megaserver.server import Server
|
|
__all__ = ['Client', 'Server']
|