Mercurial > libervia-website
view pages/presentation/page_meta.py @ 28:e7c7327f9f25
refactoring: fix imports and names in doc following modules hierarchy refactoring
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 02 Jun 2023 17:48:38 +0200 |
parents | dc880664a8ec |
children |
line wrap: on
line source
#!/usr/bin/env python3 from libervia.backend.core.log import getLogger log = getLogger(__name__) name = "presentation" template = "presentation/presentation.html"