mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
6 lines
201 B
Cheetah
6 lines
201 B
Cheetah
# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r
|
|
__requires__ = %(spec)r
|
|
__import__('pkg_resources').require(%(spec)r)
|
|
__file__ = %(dev_path)r
|
|
exec(compile(open(__file__).read(), __file__, 'exec'))
|