This application serves as a template for developing custom applications using the Vision framework.
- Change
orgnameto your organization’s name. - Change
templateto your application’s name. - Update the
pyproject.tomlfile with your project’s specific details. - Update the content of the
LICENSEfile to reflect your chosen license.
- This template creates a namespace package with
orgnameas the namespace. You can modify the template structure to create a regular package if needed.