mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-02 10:30:00 -07:00
Before Identity restructure
This commit is contained in:
8
FPE/__init__.py
Normal file → Executable file
8
FPE/__init__.py
Normal file → Executable file
@@ -1,5 +1,11 @@
|
||||
import os
|
||||
import glob
|
||||
|
||||
from .Destination import Destination
|
||||
from .FlexPE import FlexPE
|
||||
from .Identity import Identity
|
||||
from .Packet import Packet
|
||||
from .Transport import Transport
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
Reference in New Issue
Block a user