[init:] added CourseCrafter-Class

This commit is contained in:
2026-02-27 12:26:03 +01:00
parent 5868ca882b
commit 8b92b32e60

9
crafter.cs Normal file
View File

@@ -0,0 +1,9 @@
namespace spplus;
public class CourseCrafter
{
public static void Craft()
{
}
}