mirror of
https://github.com/Ladebeze66/AIagent.git
synced 2025-12-18 20:27:43 +01:00
6 lines
88 B
Python
6 lines
88 B
Python
from .compilers.C import msvc
|
|
|
|
__all__ = ["MSVCCompiler"]
|
|
|
|
MSVCCompiler = msvc.Compiler
|