package io.gitlab.jfronny.resclone.api; public interface RescloneEntry { void init(RescloneApi api) throws Exception; }