mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-06 07:17:49 -05:00
- Add import_previous_module() helper function to all core modules (01-07) - Standardize cross-module imports for integration testing - Add clear Prerequisites & Setup sections explaining module dependencies - Update integration tests to use standardized import pattern - Maintain clean separation between development and production code This provides a consistent, educational approach to module integration while keeping the codebase maintainable and student-friendly.