mirror of https://github.com/caronc/apprise
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
221 B
13 lines
221 B
7 years ago
|
"""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()
|