some renames and other changes

This commit is contained in:
John Lancaster
2024-07-07 22:07:02 -05:00
parent 3481ff7976
commit 870424baa0
8 changed files with 24 additions and 18 deletions

View File

@@ -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, '-'))