amasha03 commited on
Commit
0242627
·
verified ·
1 Parent(s): 1f41a36

Update romanizer.py

Browse files
Files changed (1) hide show
  1. romanizer.py +2 -0
romanizer.py CHANGED
@@ -129,3 +129,5 @@ def sinhala_to_roman(text):
129
  # then specials
130
  text = replace_all(text, ro_specials)
131
  return text
 
 
 
129
  # then specials
130
  text = replace_all(text, ro_specials)
131
  return text
132
+
133
+ __all__ = ['sinhala_to_roman']