6 lines
149 B
Python
6 lines
149 B
Python
from __future__ import annotations
|
|
|
|
from tests.pipeline_setup.env_loader import load_pipeline_setup_env
|
|
|
|
load_pipeline_setup_env(start_dir=__file__)
|