2025-03-24 17:34:55 +01:00

6 lines
88 B
Python

from .compilers.C import msvc
__all__ = ["MSVCCompiler"]
MSVCCompiler = msvc.Compiler