weather-streamoverlay/controller/storage.js

4 lines
69 B
JavaScript

export class Storage{
static hub = null;
static dir = null;
}