From bd71f86aa19134fe2dfbe59b592f82d5ca06ef80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 Mar 2020 15:27:36 +0200 Subject: [PATCH] add boilerplate --- ConsumerLocator.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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