Files
IfcOpenShell/src/wrappergen/__init__.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
148 B
Python
Raw Normal View History

2026-03-31 20:51:46 +02:00
from .config import CompilationConfig, IgnoreConfig, WrapperConfig
__all__ = [
"CompilationConfig",
"IgnoreConfig",
"WrapperConfig",
]