# {py:mod}`simvx.core.branding` ```{py:module} simvx.core.branding ``` ```{autodoc2-docstring} simvx.core.branding :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`unbranded_allowed ` - ```{autodoc2-docstring} simvx.core.branding.unbranded_allowed :summary: ``` * - {py:obj}`show_splash ` - ```{autodoc2-docstring} simvx.core.branding.show_splash :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`ENABLE_UNBRANDED ` - ```{autodoc2-docstring} simvx.core.branding.ENABLE_UNBRANDED :summary: ``` * - {py:obj}`SPLASH_TEXT ` - ```{autodoc2-docstring} simvx.core.branding.SPLASH_TEXT :summary: ``` * - {py:obj}`ATTRIBUTION_CREDIT ` - ```{autodoc2-docstring} simvx.core.branding.ATTRIBUTION_CREDIT :summary: ``` ```` ### API ````{py:data} ENABLE_UNBRANDED :canonical: simvx.core.branding.ENABLE_UNBRANDED :value: > False ```{autodoc2-docstring} simvx.core.branding.ENABLE_UNBRANDED ``` ```` ````{py:data} SPLASH_TEXT :canonical: simvx.core.branding.SPLASH_TEXT :value: > 'Made with SimVX' ```{autodoc2-docstring} simvx.core.branding.SPLASH_TEXT ``` ```` ````{py:data} ATTRIBUTION_CREDIT :canonical: simvx.core.branding.ATTRIBUTION_CREDIT :value: > 'Powered by SimVX. © 2026 Gabriel Bouffard. https://simvx.com' ```{autodoc2-docstring} simvx.core.branding.ATTRIBUTION_CREDIT ``` ```` ````{py:function} unbranded_allowed(unbranded_flag: bool) -> bool :canonical: simvx.core.branding.unbranded_allowed ```{autodoc2-docstring} simvx.core.branding.unbranded_allowed ``` ```` ````{py:function} show_splash(unbranded_flag: bool = False) -> bool :canonical: simvx.core.branding.show_splash ```{autodoc2-docstring} simvx.core.branding.show_splash ``` ````