Files
reolink_api/api/__init__.py
2020-10-25 07:24:43 -05:00

5 lines
80 B
Python

from .APIHandler import APIHandler
__version__ = "0.0.1"
VERSION = __version__