Refactor: Phase 1: High-Level Restructuring

This commit is contained in:
ziesorx 2025-09-12 14:13:24 +07:00
parent 21700dce52
commit 96bedae80a
13 changed files with 787 additions and 0 deletions

View file

@ -0,0 +1,9 @@
"""
Models module - Model loading and pipeline management
This module handles:
- MPTA file loading and parsing
- Model lifecycle management
- Pipeline node creation
- Model registry integration
"""