Step 10e: extract WinCatalog ingest into rcjav/catalog.py
This commit is contained in:
@@ -6,6 +6,16 @@ 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.catalog import ( # noqa: F401
|
||||
CATALOG_COL_NAME,
|
||||
CATALOG_COL_PATH,
|
||||
CATALOG_COL_SIZE,
|
||||
CATALOG_COL_DISC,
|
||||
normalize_catalog_path,
|
||||
load_catalog_csv,
|
||||
load_catalog_xml,
|
||||
load_catalogs,
|
||||
)
|
||||
from rcjav.dupes import ( # noqa: F401
|
||||
DEFAULT_KEEP_RANKING,
|
||||
set_keep_ranking,
|
||||
|
||||
Reference in New Issue
Block a user