Closed changeling closed 2 years ago
Hi, Thanks for this PR.
I think it would be nice if classes.py was separated into several files, maybe:
Glad to do it. Take a look at these changes.
There are still some things to consider and probably some to clean up, maybe imports that could be streamlined. For one, I've moved constants.py
and translation.py
into the classes
directory, so strictly speaking, it's not just classes. Maybe that's ok. Thoughts?
How does this look?
Just checking in.
I've separated classes, constants and related functions into shared modules for convenience, and to present the primary modules/scripts in a more digestible form.