This commit is contained in:
2024-11-19 15:19:23 -05:00
parent f40bd4e2ca
commit c21df591bd
1937 changed files with 306731 additions and 1 deletions

8
venv/bin/dotenv Executable file
View File

@ -0,0 +1,8 @@
#!/home/mrhacker/Descargas/web2/venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from dotenv.__main__ import cli
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli())