mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
test(onebot): add test class for OneBot adapter
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import work.slhaf.partner.Main;
|
||||
import work.slhaf.partner.framework.agent.Agent;
|
||||
|
||||
public class TestMain {
|
||||
public static void main(String[] args) {
|
||||
Agent.newAgent(Main.class).launch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user