6 lines
133 B
Python
6 lines
133 B
Python
"""Generators package."""
|
|
|
|
from config_converter.generators.typescript import TypeScriptGenerator
|
|
|
|
__all__ = ["TypeScriptGenerator"]
|