Step 10g: extract library issues + renaming into rcjav/library.py
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user