Import("env")

env = env.Clone()

env.SConscript(
    dirs=[
        'mongobridge_tool',
        'mongo_tidy_checks',
        'workload_simulation',
    ],
    exports=[
        'env',
    ],
)
