Fixed missing import on Android

pull/589/head
Mark Qvist 2024-10-10 23:49:20 +02:00
rodzic d9269c6047
commit f9667fd684
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@ if get_platform() == "android":
from .Interfaces import TCPInterface
from .Interfaces import UDPInterface
from .Interfaces import I2PInterface
from .Interfaces import RNodeMultiInterface
from .Interfaces.Android import RNodeInterface
from .Interfaces.Android import SerialInterface
from .Interfaces.Android import KISSInterface