Fixing some formatting issues
This commit is contained in:
10
wiki-resources/topology/custom.py
Normal file
10
wiki-resources/topology/custom.py
Normal 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')
|
||||
Reference in New Issue
Block a user