1
0

metrics! (and placeholders)

This commit is contained in:
Lee
2024-03-21 23:33:50 +00:00
parent a9192bae57
commit 379a21721a
21 changed files with 576 additions and 7 deletions

View File

@ -0,0 +1,7 @@
package cc.fascinated;
import oshi.SystemInfo;
public class Oshi {
public static final SystemInfo SYSTEM_INFO = new SystemInfo();
}