]> git.saurik.com Git - apple/icu.git/blob - icuSources/data/buildtool/renderers/windows_exec.py
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / data / buildtool / renderers / windows_exec.py
1 # Copyright (C) 2018 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html
3
4 from . import common_exec
5
6 def run(**kwargs):
7 return common_exec.run(is_windows=True, **kwargs)