package Applications.Keen is
pragma Elaborate_Body;
private
type Keen_Application is new Application with null record;
procedure Construct( this : access Keen_Application );
function Init( this : access Keen_Application ) return Boolean;
end Applications.Keen;