Import Android-specific RNode interface on Android

pull/154/head
Mark Qvist 2022-10-12 16:08:29 +02:00
rodzic 9a7585cbef
commit 47e326c8a9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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