Files
reolink_api/api/__init__.py
2020-10-28 06:07:02 -05:00

5 lines
80 B
Python

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