mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-17 05:48:11 -07:00
Restructuring and packet format
This commit is contained in:
@@ -2,4 +2,4 @@ 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')]
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
Reference in New Issue
Block a user