Skip to content
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

Main file can execute all functions : Issue #25 #29

Merged
merged 6 commits into from
Oct 12, 2021

Conversation

Pikel1997
Copy link
Contributor

@Pikel1997 Pikel1997 commented Oct 11, 2021

My first approach to this was to make an init.py file and dynamically import all the modules at once, this was a horrible decision as the variables and functions were getting recognized by the interpreter within the main.py but they were returned empty(ie not defined). After very hard thinking and much to my dislike I decided to manually import each file.

@Pikel1997 Pikel1997 changed the title Main file can execute all functions #25 Main file can execute all functions : Issue #25 Oct 11, 2021
@Veershah26 Veershah26 merged commit 52ddc5a into Veershah26:main Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants