diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2019-01-19 12:00:08 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2019-01-19 12:00:08 +0100 |
| commit | 469932c75c14757f119da83b6db7c26a1a75fa2f (patch) | |
| tree | c4c71847393c91f35bed64a83ab3384188ef0777 /unidecode | |
| parent | 1533d58a8f9f9fd197a5f6b0c21ce90b5ce33d3f (diff) | |
| parent | 40bb63128de14b98fc083e6807bdd78ee8eb487b (diff) | |
| download | unidecode-469932c75c14757f119da83b6db7c26a1a75fa2f.tar.gz | |
Merge remote-tracking branch 'jdufresne/main'
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/__main__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unidecode/__main__.py b/unidecode/__main__.py new file mode 100644 index 0000000..390f842 --- /dev/null +++ b/unidecode/__main__.py @@ -0,0 +1,3 @@ +from unidecode.util import main + +main() |
