# engine — modular internals for mainline # Import submodules to make them accessible via engine. # This is required for unittest.mock.patch to work with "engine.." # strings and for direct attribute access on the engine package. import engine.config # noqa: F401 import engine.fetch # noqa: F401 import engine.filter # noqa: F401 import engine.sources # noqa: F401 import engine.terminal # noqa: F401