helpdesk_rating_five_stars/__init__.py

9 lines
191 B
Python
Executable File

# -*- coding: utf-8 -*-
from . import models
from . import controllers
from . import hooks
# Export the post_init_hook so it can be called by the manifest
from .hooks import post_init_hook