import timely.*;
import java.time.LocalDateTime;
public class TimelyExample {
public static void main(String[] args) {
Scheduler scheduler = new Scheduler();
LocalDateTime now = LocalDateTime.now();
});
task.setExecutionInterval(1000);
scheduler.schedule(task);
scheduler.start();
}
}