Files
infra/wiki-resources/topology/personal.py
shockrah 1610a3a55f
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 20s
Renaming module for better import resolution under pyright
2026-04-20 23:07:39 -07:00

9 lines
201 B
Python

from diagrams.custom import Custom
def Gitea(name: str) -> Custom:
return Custom(name, './images/gitea.png')
def StaticSite(name: str) -> Custom:
return Custom(name, './images/website.png')