InternalUtils

This commit is contained in:
ろむねこ 2023-12-12 10:43:30 +09:00
parent ee53b48d96
commit 141bddd504
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.utils;
public class UtilsImpl {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.utils;
public class UtilsModule {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.utils;
public interface UtilsRepo {
}