Added support for RNode interfaces on Android

This commit is contained in:
Mark Qvist 2022-10-11 14:06:42 +02:00
parent 1141a3034d
commit 372bedcd85
2 changed files with 52 additions and 22 deletions

View file

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