mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
Cover the rest of python bindings from shared library, add tests, add docstrings, add setup.py.
This commit is contained in:
6
python/enry/types.py
Normal file
6
python/enry/types.py
Normal file
@ -0,0 +1,6 @@
|
||||
from typing import NamedTuple
|
||||
|
||||
|
||||
class Guess(NamedTuple):
|
||||
language: str
|
||||
safe: bool
|
Reference in New Issue
Block a user