6 lines
88 B
Python
6 lines
88 B
Python
from .compilers.C import msvc
|
|
|
|
__all__ = ["MSVCCompiler"]
|
|
|
|
MSVCCompiler = msvc.Compiler
|