[CODE] Splitting in smaller files for organization
Sigmanificient opened this issue · 1 comments
Sigmanificient commented
The current dahlia.py
file is only about 400 lines of code but it is always nice to split code into small dedicated files.
Hence I propose something like the following:
constants.py
for storing all the constants, especially the color maps that take up a lot of spacelegacy.py
fordprint
&dahlia
legacy functions- maybe a
utils.py
to keep only theDahlia
class intodahlia.py
?
trag1c commented
Implemented already, thanks!