Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
BlackAlpha/Server2
Kano001
/
GameServerX
like
0
Running
App
Files
Files
Community
3f7c971
GameServerX
/
MLPY
/
Lib
/
site-packages
/
numpy
/
distutils
/
__init__.pyi
Kano001
Upload 2707 files
dc2106c
verified
3 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
from
typing
import
Any
#
TODO:
remove when the full numpy namespace is defined
def
__getattr__
(
name:
str
) ->
Any
: ...