Skip to content

Commit

Permalink
only export AdExt
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jun 11, 2020
1 parent 6e59760 commit 3e0521c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""AdExt setup.py"""
from .adext import AdExt
from alarmdecoder import decoder, devices, util, messages, zonetracking

__all__ = ["AdExt", "decoder", "devices", "util", "messages", "zonetracking"]
__all__ = ["AdExt"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="adext",
version="0.1",
version="0.2",
description="AlarmDecoder extended",
url="https://github.com/ajschmidt8/adext",
author="AJ Schmidt",
Expand Down

0 comments on commit 3e0521c

Please sign in to comment.