Skip to content

Commit

Permalink
重构1
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-cq committed Dec 16, 2023
1 parent de15c67 commit 2026d82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions alist_sync/run_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
logger = logging.getLogger("alist-sync.copy-to-target")


class Copy:

def __init__(self, alist_info: AlistServer, source_path: str, target_path: list[str]):
pass


class CopyToTarget(SyncBase):

def __init__(self, alist_info: AlistServer, source_path: str, targets_path: list[str]):
Expand Down

0 comments on commit 2026d82

Please sign in to comment.