package com.github.pinont.singularitylib.api.runnable;

public interface Runner {
    void run();
}
