Files
pms/hotel_channel_connector/__init__.py
2018-08-20 04:06:21 +02:00

8 lines
209 B
Python

# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import controllers
from . import models
from . import wizard
from . import components