helpdesk_rating_five_stars/__init__.py
2025-11-26 10:39:26 +07:00

9 lines
191 B
Python

# -*- 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