Repository URL to install this package:
|
Version:
1.4.7 ▾
|
pyfcm
/
__init__.py
|
|---|
"""
PyFCM
"""
from .__meta__ import (
__title__,
__summary__,
__url__,
__version__,
__author__,
__email__,
__license__
)
from .fcm import FCMNotification
__all__ = [
"FCMNotification", "__title__", "__summary__",
"__url__", "__version__", "__author__", "__email__", "__license__"
]