mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +08:00
5 lines
306 B
Python
5 lines
306 B
Python
from .dependencies import (load_graph_to_add_settings_file_as_a_source_seed,
|
|
inject_dependencies,
|
|
restore_original_load_graph,
|
|
restore_original_dependencies_handling)
|
|
from .contexts import replace_apply_function_plugin_method |