feat : added the poc and the venv

This commit is contained in:
uzerot_II
2025-10-17 13:05:23 +02:00
commit 9dd614a899
2996 changed files with 999767 additions and 0 deletions

8
.venv/bin/numpy-config Executable file
View File

@ -0,0 +1,8 @@
#!/home/uzerot-ii/semper/actionURL_ultreia_overseer/linux_server/.venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from numpy._configtool import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())