AMA format

This commit is contained in:
randogoth 2025-10-20 16:30:26 +03:00
parent c9af956d0a
commit 0b11668f39
3 changed files with 212 additions and 1 deletions

View file

@ -23,6 +23,7 @@ from plugins import (
from text_renderer import TextRenderer
import micron_renderer # noqa: F401 # register micron renderer plugin
import ama_renderer # noqa: F401 # register AMA renderer plugin
def _split_option(token: str) -> Tuple[str, str]: