This commit is contained in:
John Lancaster
2025-06-20 08:30:46 -05:00
parent bd5c7ee339
commit ba043554dc
11 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
from child import Child
class Sibling(Child):
def initialize(self):
def initialize(self) -> None:
self.log(f'{self.__class__.__name__} Initialized')