6 lines
135 B
Python
6 lines
135 B
Python
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from chromy.chunking.service import chunk_file, chunk_text
|
||
|
|
|
||
|
|
__all__ = ["chunk_file", "chunk_text"]
|