flectra/addons/rest_api/__init__.py

6 lines
155 B
Python
Raw Normal View History

2018-01-18 14:53:31 +05:30
# Part of Flectra. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
from . import rest_exception