initial
This commit is contained in:
8
ts/models/index.ts
Normal file
8
ts/models/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Model Management Module
|
||||
*
|
||||
* Exports model registry and loader functionality.
|
||||
*/
|
||||
|
||||
export { ModelRegistry } from './registry.ts';
|
||||
export { ModelLoader } from './loader.ts';
|
||||
Reference in New Issue
Block a user