Files
crystall-punk-14/Tools/_CP14/LocalizationHelper/LocalizationHelper/parsers/__init__.py
A.Ne. ec278dc98f LocaleHelperRefactor (#592)
* refactor

* refactor Prototype class init
2024-11-20 00:22:42 +03:00

4 lines
107 B
Python

from .base_parser import BaseParser
from .yaml import YamlParser
from .fluent import FtlParser, create_ftl