DotNet-Flemmotron/NibblePoker.Flemmotron.Commons/BasicExecutor.cs

8 lines
104 B
C#
Raw Permalink Normal View History

namespace NibblePoker.Flemmotron.Commons;
public class BasicExecutor : IExecutor {
}