This commit is contained in:
Jottyfan
2023-09-09 23:15:47 +02:00
parent bd081ff48a
commit e991c26c13
27 changed files with 909 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package de.jottyfan.bico.modules;
/**
*
* @author jotty
*
*/
public abstract class CommonController {
}