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

Implement regular python packages #5

Closed
blueaxis opened this issue Dec 23, 2022 · 0 comments · Fixed by #6
Closed

Implement regular python packages #5

blueaxis opened this issue Dec 23, 2022 · 0 comments · Fixed by #6
Labels
enhancement Update to existing features/codebase

Comments

@blueaxis
Copy link
Owner

The app directory must have the following file structure

  • components/: visual components (i.e. widgets)
  • components/services/: non-visual components (i.e. threads/workers)
  • utils/: utilities
  • utils/scripts/: helper functions
  • utils/constants: constants
  • assets/: images and styles
@blueaxis blueaxis added the enhancement Update to existing features/codebase label Dec 23, 2022
blueaxis added a commit that referenced this issue Dec 24, 2022
Implement regular python packages and type hints (#5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Update to existing features/codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant