<?php

declare( strict_types=1 );

namespace kvCORE\Interfaces;

interface Renderable {
    public function render();
}