some renames and other changes
This commit is contained in:
@@ -4,6 +4,7 @@ from app1.subdir.foo import Foo
|
||||
|
||||
class OtherDatabaseApp(Foo):
|
||||
def initialize(self):
|
||||
super().initialize()
|
||||
self.log(f'Initialized from {__file__}')
|
||||
self.log(' CHANGE '.center(50, '='))
|
||||
# self.log(' CHANGE '.center(50, '-'))
|
||||
|
||||
Reference in New Issue
Block a user