repomirror/repomirror/fetcher/__init__.py

6 lines
73 B
Python

from . import ftp
from . import rsync
FTP = ftp.FTP
RSync = rsync.RSync