import { Technology } from './technology';
export interface OperatingSystem extends Technology {
}
