8 lines
138 B
Java
8 lines
138 B
Java
|
package cc.fascinated;
|
||
|
|
||
|
import oshi.SystemInfo;
|
||
|
|
||
|
public class Oshi {
|
||
|
public static final SystemInfo SYSTEM_INFO = new SystemInfo();
|
||
|
}
|