This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
producer/ConsumerLocator.py

17 lines
279 B
Python
Raw Normal View History

2020-03-29 15:27:36 +02:00
#!/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"
2020-03-29 15:26:01 +02:00
class ConsumerLocator:
def __init__(self):
2020-03-29 15:27:36 +02:00
pass