Files
ihrm/horilla/__init__.py
Ashwanth Balakrishnan 58be33a8d7 Added Pre-Commit Hooks (#175)
* Added pre commit hook

* Run pre commit hook on all files

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-05-07 12:23:36 +05:30

11 lines
144 B
Python
Executable File

"""
init.py
"""
from horilla import (
haystack_configuration,
horilla_apps,
horilla_context_processors,
horilla_middlewares,
)