Closed ronnyhdez closed 4 months ago
I have some functions all over the files. It could be better to organize these functions into one file and reuse the code across all the other files.
my_project/ │ └── utils/ └── utils.py
Flagging assets have several of these functions
I have some functions all over the files. It could be better to organize these functions into one file and reuse the code across all the other files.