* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
11 lines
144 B
Python
Executable File
11 lines
144 B
Python
Executable File
"""
|
|
init.py
|
|
"""
|
|
|
|
from horilla import (
|
|
haystack_configuration,
|
|
horilla_apps,
|
|
horilla_context_processors,
|
|
horilla_middlewares,
|
|
)
|