weather-streamoverlay/controller/storage.js
2022-05-20 07:55:08 +02:00

4 lines
69 B
JavaScript

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