mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-01 18:10:00 -07:00
Serial interface implemented
This commit is contained in:
5
FPE/Interfaces/__init__.py
Normal file
5
FPE/Interfaces/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
import glob
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
Reference in New Issue
Block a user