-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make separate python files for each app #6
Comments
Hello. I would like to work on making python files here. |
@b2jena Go for it! |
Can you assign this to me as well? |
I think @b2jena is working on this? Can you confirm @b2jena? |
Done with the previous issue. Please assign this to me. Making modules ASAP will be better if the project increases in complexity. |
Since I haven't heard from @b2jena, you can go for it @ConsultantFoodie. |
@ConsultantFoodie I think it'll be best to create a separate class for each of the apps, which would contain all the methods being used in that particular app, and the |
The different apps need to be written in separate scripts and then imported into the main code.
It'll be more convenient to have all the app files in a separate
apps
folder.The text was updated successfully, but these errors were encountered: