Abstract classes, constants and related functions to shared modules.
authorchangeling <cklarson@gmail.com>
Tue, 8 Feb 2022 18:16:57 +0000 (12:16 -0600)
committerchangeling <cklarson@gmail.com>
Tue, 8 Feb 2022 18:16:57 +0000 (12:16 -0600)
commit6476e37ae50bfc9d8be21f3a096f2a5c17b5e067
tree9451d07d77f42f93dc21461f771e463e4ea5a5c5
parent702f5106e6a742947d61c9811fa39faa799e2dd5
Abstract classes, constants and related functions to shared modules.

Move classes and related functions to classes.py.
Move constants and related functions to constants.py.
Minor edits to comments.

TODO Check class and constant imports, and remove from imports where unused in primary modules.
getmyancestors/__init__.py
getmyancestors/classes.py [copied from getmyancestors/getmyancestors.py with 52% similarity]
getmyancestors/constants.py [new file with mode: 0644]
getmyancestors/fstogedcom.py
getmyancestors/getmyancestors.py
getmyancestors/mergemyancestors.py