repomirror/repomirror/__init__.py
brent s 66d1ad7af5
i am ALMOST done. just need to finish timestamp comparisons.
i can probably do it with a sorted list and comparing the last values in a remote vs. local list.
2020-06-16 02:34:05 -04:00

13 lines
177 B
Python

from . import logger
##
import logging
##
_logger = logging.getLogger()
from . import config
from . import constants
from . import fetcher
from . import sync
Sync = sync.Sync