Renaming module for better import resolution under pyright
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 20s

This commit is contained in:
2026-04-20 23:07:39 -07:00
parent 87b0c9c571
commit 1610a3a55f
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
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')