<?php

namespace OtomaticAi\Jobs\Contracts;

interface ShouldHandle
{
    public function handle();
}
