documentation/extensions/sphinx_tabs/__init__.py
Antoine Vandevenne (anv) 286b01a241 [IMP] extensions: add content tabs (backport of cf6ca0fb)
closes odoo/documentation#1624

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-23 10:58:12 +00:00

6 lines
149 B
Python

""" Salvaged from https://github.com/executablebooks/sphinx-tabs """
__version__ = "3.2.0"
__import__("pkg_resources").declare_namespace(__name__)