Angefangen, DataGrabber anzulegen (Grundlagen gelegt, noch nicht lauffähig)

This commit is contained in:
2026-02-13 21:39:12 +01:00
parent 039c614592
commit e6ffab1c10
12 changed files with 733 additions and 150 deletions

14
functions/test.md Normal file
View File

@@ -0,0 +1,14 @@
mermaid´´´
flowchart TD
A[Projekt]
subgraph children[ ]
direction TB
B[src]
C[docs]
D[README.md]
end
A --> B
A --> C
A --> D