remove venv

This commit is contained in:
Tykayn 2025-08-30 18:57:59 +02:00 committed by tykayn
parent 056387013d
commit 0680c7594e
13999 changed files with 0 additions and 2895688 deletions

View file

@ -1,2 +0,0 @@
from numpy._core.records import *
from numpy._core.records import __all__, __doc__

View file

@ -1,23 +0,0 @@
from numpy._core.records import (
array,
find_duplicate,
format_parser,
fromarrays,
fromfile,
fromrecords,
fromstring,
recarray,
record,
)
__all__ = [
"record",
"recarray",
"format_parser",
"fromarrays",
"fromrecords",
"fromstring",
"fromfile",
"array",
"find_duplicate",
]