config updated

This commit is contained in:
2026-03-13 22:25:33 +05:30
parent a6de18155a
commit 728817a53e
1773 changed files with 313158 additions and 8 deletions

8
.venv/bin/inv Executable file
View File

@@ -0,0 +1,8 @@
#!/home/bishwajeet/NEFT_Outward_file/.venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from invoke.main import program
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(program.run())