Torma Kristóf
bd71f86aa1
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
279 B
Python
17 lines
279 B
Python
#!/usr/bin/env python
|
|
|
|
#IDE JÖNNEK IMPORTOK
|
|
|
|
"""
|
|
Main Flask RESTful API
|
|
"""
|
|
|
|
__author__ = "@tormakris"
|
|
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
|
|
__module_name__ = "consumerlocator"
|
|
__version__text__ = "1"
|
|
|
|
class ConsumerLocator:
|
|
def __init__(self):
|
|
pass
|