Files
Home-AssistantConfig/deps/pyfttt/__init__.py

8 lines
162 B
Python
Raw Normal View History

2016-10-11 16:42:06 +00:00
# -*- coding: utf-8 -*-
VERSION = (0, 3)
__version__ = ".".join(map(str, VERSION[0:2])) + "".join(VERSION[2:])
__license__ = "BSD"
from pyfttt.sending import *