Restructured module

This commit is contained in:
Mark Qvist 2022-06-17 08:54:04 +02:00
commit 039df2bd46
6 changed files with 1791 additions and 1767 deletions

View file

@ -1,7 +1,7 @@
import os
import glob
from .LXMF import LXMessage
from .LXMF import LXMRouter
from .LXMessage import LXMessage
from .LXMRouter import LXMRouter
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]