Add chunk

This commit is contained in:
Andras Schmelczer 2022-06-28 18:37:17 +02:00
parent 82fed145bf
commit 57f4afb8e1
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 50 additions and 0 deletions

View file

@ -1,3 +1,4 @@
from .chunk import chunk
from .clean import clean
from .config_file import ConfigFile, ParseError
from .evaluate_ranking import evaluate_ranking