12 lines
153 B
Python
Executable File
12 lines
153 B
Python
Executable File
"""
|
|
init.py
|
|
"""
|
|
|
|
from horilla import (
|
|
horilla_apps,
|
|
horilla_context_processors,
|
|
horilla_middlewares,
|
|
horilla_settings,
|
|
rest_conf,
|
|
)
|