mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-23 06:00:18 +00:00
Android-specific import
This commit is contained in:
parent
ecc78fa45f
commit
ab697dc583
@ -30,6 +30,7 @@ if get_platform() == "android":
|
|||||||
from .Interfaces import UDPInterface
|
from .Interfaces import UDPInterface
|
||||||
from .Interfaces import I2PInterface
|
from .Interfaces import I2PInterface
|
||||||
from .Interfaces.Android import RNodeInterface
|
from .Interfaces.Android import RNodeInterface
|
||||||
|
from .Interfaces.Android import SerialInterface
|
||||||
else:
|
else:
|
||||||
from .Interfaces import *
|
from .Interfaces import *
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user