diff --git a/parsers/__init__.py b/parsers/__init__.py index 028e6d5..23749ac 100644 --- a/parsers/__init__.py +++ b/parsers/__init__.py @@ -4,7 +4,7 @@ from .base import BaseParser from .source1 import Source1Parser, start_pars_one_istochnik, scheduled_parser_1 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__ = [ 'BaseParser',