unit Windows;
interface
uses SysUtils;
type
TWindows = class(TObject)
end;
implementation
begin
end.