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

7 lines
90 B
Python

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