Cover the rest of python bindings from shared library, add tests, add docstrings, add setup.py.

This commit is contained in:
Maxim Vasilev
2020-08-11 00:12:43 +03:00
parent dc6fc02209
commit 08bc9bca0e
12 changed files with 758 additions and 20 deletions

6
python/enry/types.py Normal file
View File

@ -0,0 +1,6 @@
from typing import NamedTuple
class Guess(NamedTuple):
language: str
safe: bool