- completato il supporto al futuro Kodi 19\n- ridisegnato infoplus\n- fix vari ed eventuali\n
This commit is contained in:
marco
2020-09-29 21:08:25 +02:00
parent d153ac5918
commit 8a8d1e4f5e
195 changed files with 20697 additions and 23038 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
from client import Client
from server import Server
from lib.megaserver.client import Client
from lib.megaserver.server import Server
__all__ = ['Client', 'Server']