djLint/src/djlint/__main__.py
Christopher Pickering cc0510780c
added reformatter
2021-07-23 15:58:24 -05:00

4 lines
78 B
Python

"""Djlint access through python -m djlint."""
from djlint import main
main()