export class Function {
  id: number;
  name: string;
  str: string;
}