Torma Kristóf
1b95e08285
All checks were successful
continuous-integration/drone/push Build is passing
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" |