Added providers

This commit is contained in:
Flare Microsystems
2024-03-07 14:12:38 -08:00
parent 701db6e22c
commit 0564334f93
51 changed files with 690 additions and 528 deletions

View File

@@ -0,0 +1,5 @@
package com.flaremicro.visualforecast.interfaces;
public interface Tickable {
public void tick();
}