text2digits icon indicating copy to clipboard operation
text2digits copied to clipboard

Update __init__.py

Open JulesGM opened this issue 2 years ago • 0 comments

This allows to just do

import text2digits
parser = text2digits.Text2Digits()

instead of having to do

import text2digits.text2digits

parser = text2digits.text2digits.Text2Digits()

which is just awkward

JulesGM avatar Dec 05 '22 20:12 JulesGM