Implement __main__.py
jorgepiloto opened this issue ยท 1 comments
jorgepiloto commented
๐ Problem
The lack of a __main.py__
prevents users from using ansys-templates
as a module.
๐ก Solution
Simply add this file and point its execution to the ansys.templates.cli:main
function.
jorgepiloto commented
This was proposed internally by Xavier Fornari.