7 lines
218 B
Cheetah
Raw Normal View History

2021-01-20 16:03:44 -06:00
# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r
__requires__ = %(spec)r
__import__('pkg_resources').require(%(spec)r)
__file__ = %(dev_path)r
2021-03-27 21:04:45 +00:00
with open(__file__) as f:
exec(compile(f.read(), __file__, 'exec'))