Files
reolink_api/api/__init__.py
2020-12-04 07:48:07 +02:00

5 lines
80 B
Python

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