Skip to content

Switch from using __init__.py module to direct skyblockpy module #24

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

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

notsniped
Copy link
Member

This helps simplify the project directory.

Why was this done?

This was done because SkyblockPy only uses one file for its functionality, not multiple. An __init__.py file is only useful when there are multiple required files to be imported for the complete functionality of the library, otherwise it just adds one extra file to the directory, and makes it look confusing and bloated. Hence, the removal of the __init__.py file.

@notsniped notsniped added the enhancement New feature or request label Apr 7, 2024
@notsniped notsniped self-assigned this Apr 7, 2024
@notsniped notsniped merged commit 2df17f9 into main Apr 7, 2024
@notsniped notsniped deleted the switch-from-init-to-direct-module branch April 7, 2024 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant