made package

This commit is contained in:
randogoth 2023-05-28 22:02:51 +03:00
parent 2f0e6ae895
commit 0331bd7df7
4 changed files with 36 additions and 3 deletions

View file

@ -2,6 +2,7 @@ import os
import glob
from .loratransmit import *
from .RNode import RNodeInterface
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]