Fix Mega per Kodi 19

This commit is contained in:
Alhaziel01
2020-08-18 16:42:18 +02:00
parent a6a301e855
commit 293948d189
6 changed files with 23 additions and 14 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']