mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +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