From 40cb19461aa8f33aff370e70124660ad27511d64 Mon Sep 17 00:00:00 2001 From: Huzaifa Inam Date: Sat, 22 Aug 2026 21:24:54 +0000 Subject: [PATCH] Add theme_3d_systems/__init__.py --- theme_3d_systems/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 theme_3d_systems/__init__.py 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