/** * This is the base class that any frontend framework main class must extend. */ class Framework extends Executeable { }