Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Mar 23, 2023
1 parent 0092d7a commit 4e0d34b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions es100/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""__init__
Copyright (C) 2023 Martin J Levy - W6LHI/G8LHI - @mahtin - https://github.com/mahtin
"""

from .es100 import ES100, ES100Error

__version__ = '0.4.2'

__all__ = ['ES100', 'ES100Error']

0 comments on commit 4e0d34b

Please sign in to comment.