diff --git a/ConsumerLocator.py b/ConsumerLocator.py index 484b5e8..8e95b4c 100644 --- a/ConsumerLocator.py +++ b/ConsumerLocator.py @@ -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