Android-specific import

pull/154/head
Mark Qvist 2022-10-15 11:39:23 +02:00
rodzic ecc78fa45f
commit ab697dc583
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,7 @@ if get_platform() == "android":
from .Interfaces import UDPInterface
from .Interfaces import I2PInterface
from .Interfaces.Android import RNodeInterface
from .Interfaces.Android import SerialInterface
else:
from .Interfaces import *