sorry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-03-29 15:24:19 +02:00
parent 97fa82d90e
commit bb25397fe6
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -1,31 +0,0 @@
#!/usr/bin/env python
#IDE JÖNNEK IMPORTOK
"""
Main Flask RESTful API
"""
__author__ = "@tormakris"
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
__module_name__ = "app"
__version__text__ = "1"
class MessageSender:
"""
Üzenetek küldéséért felelős komponens.
"""
def __init__(self):
"""
Inicializálja az osztályt.
"""
pass
def cucc(self, szam: int, szoveg: str) -> str:
"""
Ez egy metodus
:param szam:
:param szoveg:
:return: str tipus
"""
pass