-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
📘 Description
- To streamline our project structure, we aim to organize all models within a dedicated
modelsdirectory. The first step is to move the existing models file to this new directory. Be sure to update all import references accordingly and include the new model path in thelib.cairofile.
✅ Acceptance Criteria
- The existing models file has been successfully moved to the
modelsdirectory. - All import references to the models have been updated to reflect the new directory structure.
- The new model path has been added to the
lib.cairofile.
📜 Additional Notes
- Ensure compatibility across all relevant files after the changes.
- Follow the established naming conventions and directory structure to maintain consistency.
⚠ Please review our guidelines before applying the changes.