weather-streamoverlay/controller/storage.js

4 lines
69 B
JavaScript
Raw Permalink Normal View History

2022-05-20 07:55:08 +02:00
export class Storage{
static hub = null;
static dir = null;
}