diff --git a/theme_3d_systems/__init__.py b/theme_3d_systems/__init__.py new file mode 100644 index 0000000..8c67f89 --- /dev/null +++ b/theme_3d_systems/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models +from . import controllers