strings: Include deroman in import list.
[python-collate.git] / collate / strings.py
index fd6f71d..e2750d1 100644 (file)
@@ -1,6 +1,6 @@
 """String utility functions for collation."""
 
-__all__ = ["sortemes", "numeric", "normalize_number"]
+__all__ = ["sortemes", "numeric", "normalize_number", "deroman"]
 
 import unicodedata