Initial commit

This commit is contained in:
Ulf Wiger
2026-05-24 12:41:26 +02:00
commit 62161193c5
14 changed files with 1372 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
-module(gm_ctflow).
-type flow() :: any().
-export_type([ flow/0 ]).