4 lines
61 B
Python
4 lines
61 B
Python
from .compilers.C import unix
|
|
|
|
UnixCCompiler = unix.Compiler
|
from .compilers.C import unix
|
|
|
|
UnixCCompiler = unix.Compiler
|