fredi-68 / luswca

Remember to put full project title here
GNU General Public License v3.0
0 stars 0 forks source link

Split objects.py into smaller files #35

Closed fredi-68 closed 6 years ago

fredi-68 commented 6 years ago

The objects.py module is getting too big. Find ways of extracting components / indices and the Character class if possible to only leave the base classes in there.

fredi-68 commented 6 years ago

Imma start off by making a package for all the components, that should make things easier

fredi-68 commented 6 years ago

Moved all components and their dependencies to a new subpackage called objects (objects.py has been permanently deprecated). ReplicaObject and Character now have their own source files. Fixed all dependencies within the module and everything appears to be working. Will need to monitor for potential issues in operation.