mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 19:52:36 +00:00
7 lines
195 B
Python
7 lines
195 B
Python
from behave import step
|
|
|
|
|
|
@step('Les données IFC doivent utiliser le schéma "{schema}"')
|
|
def step_impl(context, schema):
|
|
context.execute_steps(f'* IFC data must use the "{schema}" schema')
|