mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Repository, Module, Implファイル作成
This commit is contained in:
parent
78ad88206c
commit
8314f850f6
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.data;
|
||||||
|
|
||||||
|
public interface LacertaLibrary {
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.data.impl;
|
||||||
|
|
||||||
|
public class LacertaLibraryImpl {
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.data.module;
|
||||||
|
|
||||||
|
public class LacertaLibraryModule {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user