8 lines
197 B
Python
8 lines
197 B
Python
"""Multi-language support module.
|
|
|
|
This package contains language-specific implementations for code optimization
|
|
and test generation.
|
|
|
|
Subpackages:
|
|
js_ts: JavaScript and TypeScript support
|
|
"""
|