10 lines
192 B
Python
10 lines
192 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
"""
|
||
|
Main Flask RESTful API
|
||
|
"""
|
||
|
|
||
|
__author__ = "@tormakris"
|
||
|
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
|
||
|
__module_name__ = "messagesender"
|
||
|
__version__text__ = "1"
|