Add Generator

Python Code
This commit is contained in:
2024-03-22 21:02:33 +01:00
parent f2d23d8f94
commit 81fbe645ac
6 changed files with 137 additions and 82 deletions

7
Generateur/DotUML.txt Normal file
View File

@@ -0,0 +1,7 @@
ClassDiagram [frame=true framecolor=steelblue label="Class Diagram"] {
class Sport {
can_be_nul : boolean
id : int
}
Sport -g-> ABC