package com.qianwen.core.tool.support; public class CoreMain { public static void main(String[] args) { System.out.println("init core module"); } }