Added version file
This commit is contained in:
parent
afe529fa0a
commit
ff48661f60
3 changed files with 6 additions and 1 deletions
|
|
@ -3,5 +3,7 @@ import glob
|
|||
from .LXMessage import LXMessage
|
||||
from .LXMRouter import LXMRouter
|
||||
|
||||
from ._version import __version__
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
Loading…
Add table
Add a link
Reference in a new issue