Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6e9bcf9908
@ -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
|
||||
|
Reference in New Issue
Block a user