# -*- mode: python; -*-

Import("env")

env = env.Clone()

env.SConscript(
    dirs=[
        'msi',
    ],
    exports=[
        'env',
    ],
)
