package com.kartoflane.common.selfpatch; /** * This describes how to run the program anew after it's been patched */ public abstract class SPRunTask implements Runnable { }