6 lines
178 B
Python
6 lines
178 B
Python
from .american_spellings import american_spellings
|
|
from .punctuations import (
|
|
left_regular_punctuations,
|
|
right_regular_punctuations,
|
|
sentence_ending_punctuations,
|
|
)
|