Merge remote-tracking branch 'origin/master'

This commit is contained in:
Kovács Bence János 2020-03-29 15:28:13 +02:00
commit 6e9bcf9908

View File

@ -1,2 +1,16 @@
#!/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