Files
Danglewood b46bfadba7 [Feature] openbb-cookiecutter: Extension Template (#7261)
* add openbb-cookiecutter to repo

* typo

* review items

* some fixes

* missing annotation

* duplicate ignore in pylintrc

* protected access

---------

Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
Co-authored-by: deeleeramone <>
2025-11-07 18:51:18 +00:00

11 lines
232 B
Python

"""OpenBB Cookiecutter Template."""
from pathlib import Path
__version__ = "0.4.0"
def get_template_path() -> Path:
"""Return the path to the cookiecutter template directory."""
return Path(__file__).parent / "template"