mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 07:59:47 +00:00
6 lines
141 B
C#
6 lines
141 B
C#
using Build.Commands;
|
|
|
|
var builder = CoconaApp.CreateBuilder();
|
|
var app = builder.Build();
|
|
app.AddCommands<CheckRidsCommand>();
|
|
app.Run(); |