add some basics

This commit is contained in:
2025-11-19 19:50:01 +03:00
parent 5bca62ec04
commit 2436c0fe2b
8 changed files with 227 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@startuml
class Device {
+id: string
+name: string
+model: string
+getInterfaces()
}