mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 07:08:36 +00:00
8 lines
148 B
Python
8 lines
148 B
Python
from .config import CompilationConfig, IgnoreConfig, WrapperConfig
|
|
|
|
__all__ = [
|
|
"CompilationConfig",
|
|
"IgnoreConfig",
|
|
"WrapperConfig",
|
|
]
|