Skip to content

Commit 01fd4aa

Browse files
committed
chore(models): Add internal models to init
Signed-off-by: Helio Chissini de Castro <dev@heliocastro.info>
1 parent 5bf25f0 commit 01fd4aa

2 files changed

Lines changed: 526 additions & 516 deletions

File tree

src/ort/models/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SPDX-FileCopyrightText: 2025 Helio Chissini de Castro <heliocastro@gmail.com>
2+
# SPDX-License-Identifier: MIT
3+
4+
from .identifier import Identifier
5+
from .vcstype import VcsType
6+
7+
__all__ = [
8+
"Identifier",
9+
"VcsType",
10+
]

0 commit comments

Comments
 (0)