Fixing some formatting issues

This commit is contained in:
2026-04-24 14:26:27 -07:00
parent 1610a3a55f
commit fa7db2211a
2 changed files with 14 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
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')
def Internet() -> Custom:
return Custom('Internet', './images/www.png')