fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-22 15:23:09 +02:00
parent 16dfec29f4
commit 2ace413435

View File

@ -1,6 +1,6 @@
import * as plugins from './smartsystem.plugins';
export class Smartsystem {
public env = new plugins.smartenv.Smartenv()
public env = new plugins.smartenv.Smartenv();
public cpus = plugins.os.cpus();
}