mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 18:31:54 +00:00
4 lines
78 B
Python
4 lines
78 B
Python
"""Djlint access through python -m djlint."""
|
|
from djlint import main
|
|
|
|
main()
|