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

Break the main module into functions #734

Closed
wants to merge 1 commit into from

Conversation

jbkkd
Copy link
Contributor

@jbkkd jbkkd commented Aug 1, 2023

For easier reading.

No functional changes in this PR.



if __name__ == "__main__":
def main() -> None:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script is meant to be run interactive so that variables are able to be accessed. This won't work if we hide them inside the functions.

@github-actions github-actions bot added the Stale label Sep 7, 2023
@github-actions github-actions bot closed this Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants