first commit

This commit is contained in:
2022-06-02 18:09:39 -05:00
commit f081245d76
22 changed files with 1117 additions and 0 deletions

0
tests/__init__.py Normal file
View File

10
tests/test_module.py Normal file
View File

@@ -0,0 +1,10 @@
from trytond.tests.test_tryton import ModuleTestCase
class SmartVisionTestCase(ModuleTestCase):
"Test Smart Vision module"
module = 'smart_vision'
del ModuleTestCase