ansys/ansys-templates

Implement __main__.py

jorgepiloto opened this issue ยท 1 comments

๐Ÿž 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.

This was proposed internally by Xavier Fornari.