mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-13 08:18:35 -07:00
Interface import on Android
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
from .vendor.platformutils import get_platform
|
from .vendor.platformutils import get_platform
|
||||||
|
|
||||||
if get_platform() == "android":
|
if get_platform() == "android":
|
||||||
# TODO: Selectively import Android-relevant interfaces
|
from .Interfaces import Interface
|
||||||
pass
|
from .Interfaces import LocalInterface
|
||||||
|
from .Interfaces import AutoInterface
|
||||||
|
from .Interfaces import TCPInterface
|
||||||
|
from .Interfaces import UDPInterface
|
||||||
else:
|
else:
|
||||||
from .Interfaces import *
|
from .Interfaces import *
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user