Files
pms/hotel_channel_connector/components/__init__.py
QS5ELkMu 77cddb44f1 Finalize Hotel Channel Connector (#64)
* [FIX] Export pricelist

* [IMP] Import Reservations

* [IMP] Better exception handle

* [IMP] Notifiactions

* [FIX] Issues [IMP] Notifications

* [FIX] Cron Jobs
2018-11-14 23:32:58 +01:00

11 lines
275 B
Python

# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import core
from . import backend_adapter
from . import binder
from . import importer
from . import exporter
from . import deleter
from . import mapper