package fr.univamu.ticker;

public interface Tickable {
    void notifyTick();
}