Step 10g: extract library issues + renaming into rcjav/library.py

This commit is contained in:
admin
2026-05-22 21:54:49 +02:00
parent 90054e4d0b
commit 550482a7a2
3 changed files with 188 additions and 149 deletions
+5
View File
@@ -6,6 +6,11 @@ find at the top level. Adding a new submodule does not change the
public surface — only this file does.
"""
from rcjav.model import FileEntry # noqa: F401
from rcjav.library import ( # noqa: F401
find_library_issues,
rename_file_in_remote,
rename_files_batch,
)
from rcjav.rclone_io import ( # noqa: F401
RCLONE_BIN,
CANCEL_FLAG,