Files
pms/hotel/__init__.py
2018-11-07 17:37:55 +01:00

6 lines
174 B
Python

# -*- coding: utf-8 -*-
# Copyright 2018 Tecnotel - Alexandre Díaz
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import wizard