Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 1234567 | 
							- from tests.integration_tests.utils.parent_class import ParentClass
 - 
 - 
 - class LazyLoadChildClass(ParentClass):
 -     def __init__(self, name: str):
 -         super().__init__(name)
 -         self.name = name
 
 
  |