[roundTools] Add missing export

This commit is contained in:
Behdad Esfahbod 2023-10-19 12:01:40 -06:00
parent 4e26c34559
commit 5686bcb342

View File

@ -13,6 +13,7 @@ __all__ = [
"otRound", "otRound",
"maybeRound", "maybeRound",
"roundFunc", "roundFunc",
"nearestMultipleShortestRepr",
] ]