Files
pms/hotel_channel_connector/__init__.py
2018-09-14 22:22:15 +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 components
from . import controllers
from . import models
from . import wizard