init file changes

This commit is contained in:
WorldTeacher
2024-06-11 09:48:38 +02:00
parent 3eaede9ca0
commit 633cfcc649
7 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
from .thread_bookgrabber import BookGrabber
from .threads_autoadder import AutoAdder
from .threads_availchecker import AvailChecker
from .c_sort import custom_sort
from .constants import APP_NRS, PROF_TITLES
from .dataclass import ApparatData, BookData
from .csvparser import csv_to_list
from .wordparser import elsa_word_to_csv, word_docx_to_csv
from .log import MyLogger