правка
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-16 13:04:03 +10:00
parent 770445feaa
commit e9d7a2d51f

View File

@@ -4,7 +4,7 @@
from .base import BaseParser from .base import BaseParser
from .source1 import Source1Parser, start_pars_one_istochnik, scheduled_parser_1 from .source1 import Source1Parser, start_pars_one_istochnik, scheduled_parser_1
from .source2 import Source2Parser, start_pars_two_istochnik, scheduled_parser_2 from .source2 import Source2Parser, start_pars_two_istochnik, scheduled_parser_2
from .universal import UniversalParser, start_pars_all_istochnik from .universal import UniversalParser, start_pars_all_istochnik, scheduled_parser_universal
__all__ = [ __all__ = [
'BaseParser', 'BaseParser',