From fcc6f33f9b8a4a7200b4c6d8eaa8122a05b15fd1 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Thu, 10 Jun 2021 00:04:45 +0200 Subject: [PATCH] fxconv: expose standard converters --- fxconv/fxconv.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fxconv/fxconv.py b/fxconv/fxconv.py index 128e49d..9750497 100644 --- a/fxconv/fxconv.py +++ b/fxconv/fxconv.py @@ -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", ] #