that's too much!

This commit is contained in:
2024-12-19 20:22:56 -08:00
parent 0020a609dd
commit 32cd60e92b
8443 changed files with 1446950 additions and 42 deletions

8
.venv/bin/pyproj Executable file
View File

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