This commit is contained in:
		
							
								
								
									
										31
									
								
								messagesender.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								messagesender.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
				
			|||||||
 | 
					#!/usr/bin/env python
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#IDE JÖNNEK IMPORTOK
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					"""
 | 
				
			||||||
 | 
					Main Flask RESTful API
 | 
				
			||||||
 | 
					"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					__author__ = "@tormakris"
 | 
				
			||||||
 | 
					__copyright__ = "Copyright 2020, GoldenPogácsa Team"
 | 
				
			||||||
 | 
					__module_name__ = "messagesender"
 | 
				
			||||||
 | 
					__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
 | 
				
			||||||
		Reference in New Issue
	
	Block a user