fxconv: expose standard converters

This commit is contained in:
Lephenixnoir 2021-06-10 00:04:45 +02:00
parent c53a3fcdec
commit fcc6f33f9b
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ __all__ = [
"quantize", "convert", "elf",
# Reusable classes
"Area", "Grid",
# Reusable converters
"convert_bopti_fx", "convert_bopti_cg",
"convert_topti",
"convert_libimg_fx", "convert_libimg_cg",
]
#