Files
create/src/Mod/CAM/Path/Tool/library/__init__.py
2025-05-19 20:27:28 +02:00

7 lines
90 B
Python

# -*- coding: utf-8 -*-
from .models.library import Library
__all__ = [
"Library",
]