index
:
gn-ai
master
A repository for GeneNetwork's AI tool development
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.venv
/
lib
/
python3.12
/
site-packages
/
setuptools
/
_distutils
/
_msvccompiler.py
blob: 8471ccab28fa37643aa5a2a224f6e26ca2f86c82 (
about
) (
plain
)
1
2
3
4
5
from
.compilers.C
import
msvc
__all__
=
[
"MSVCCompiler"
]
MSVCCompiler
=
msvc
.
Compiler