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

Re-structure the package #5

Closed
rayanht opened this issue Feb 22, 2021 · 1 comment
Closed

Re-structure the package #5

rayanht opened this issue Feb 22, 2021 · 1 comment

Comments

@rayanht
Copy link
Owner

rayanht commented Feb 22, 2021

Issue

All decorators are implemented in __init__.py. This will be bad for maintainability once the file gets bigger.

Mitigation

We should probably split the decorators into different python files (potentially following the structure from the documentation?) and import those inside __init__.py

@rayanht
Copy link
Owner Author

rayanht commented Feb 27, 2021

Solved

@rayanht rayanht closed this as completed Feb 27, 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

No branches or pull requests

1 participant