scrow-commands/common/tests/site/lab0x13/scrow/commands/CommandContextImpl.java
kento2 7c322707ba
Some checks failed
Build and Deploy artifact / build (push) Failing after 11s
initial commit
2026-08-25 15:37:39 +02:00

6 lines
191 B
Java

package site.lab0x13.scrow.commands;
import site.lab0x13.scrow.commands.model.AbstractCommandContext;
public class CommandContextImpl extends AbstractCommandContext<CommandContextImpl> {
}