This commit is contained in:
2026-06-11 02:22:51 +05:30
parent c3d43e5493
commit 9c718e81eb
1704 changed files with 321358 additions and 9 deletions
@@ -0,0 +1,6 @@
# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r
__requires__ = %(spec)r
__import__('pkg_resources').require(%(spec)r)
__file__ = %(dev_path)r
with open(__file__) as f:
exec(compile(f.read(), __file__, 'exec'))