initial commit

This commit is contained in:
Chris Caron
2017-11-25 16:51:46 -05:00
parent cc3b969baf
commit a8f57a8b6e
74 changed files with 10482 additions and 0 deletions

12
test/test_api.py Normal file
View File

@@ -0,0 +1,12 @@
"""API properties.
"""
from __future__ import print_function
from __future__ import unicode_literals
from apprise import Apprise
def test_initialization():
"API: apprise() test initialization"""
a = Apprise()