refactor: loader chunker typing (#324)

This commit is contained in:
cachho
2023-07-26 19:44:57 +02:00
committed by GitHub
parent a8552686b4
commit 55bfd7cafe
10 changed files with 34 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
class BaseLoader:
def __init__(self):
pass
def load_data():
"""
Implemented by child classes
"""
pass