feat: add shutil import for file manipulation in directory reorganization

This commit is contained in:
2026-01-11 20:28:20 +00:00
parent 3b4a8b3e5b
commit 5df1fb1cc3

View File

@@ -9,6 +9,7 @@ Reorganize the app directory structure:
import os
import re
import json
import shutil
from pathlib import Path
from collections import defaultdict