brent s
66d1ad7af5
i can probably do it with a sorted list and comparing the last values in a remote vs. local list.
13 lines
177 B
Python
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
|