Add pieces to allow PyPi package publish

This commit is contained in:
Karl Moos
2020-10-25 07:24:43 -05:00
parent 038f6a823f
commit 9218ff1549
3 changed files with 77 additions and 1 deletions

View File

@@ -1 +1,4 @@
from .APIHandler import APIHandler
from .APIHandler import APIHandler
__version__ = "0.0.1"
VERSION = __version__