flectra/addons/rest_api/__init__.py

6 lines
155 B
Python
Raw Normal View History

2018-01-18 10:23:31 +01:00
# Part of Flectra. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
from . import rest_exception