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