flectra/addons/rest_api/__init__.py
2018-01-18 14:54:14 +05:30

6 lines
155 B
Python
Executable File

# Part of Flectra. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
from . import rest_exception