mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 22:38:00 +00:00
3 lines
172 B
Python
3 lines
172 B
Python
# Allow us to use `djc_py` / `djc_python` code blocks.
|
|
# Importing this package automatically registers the `djc_py` lexer onto Pygments.
|
|
import pygments_djc # noqa: F401
|