import { PrintObject } from "../PrintObject";

/**
 * @class gve.Algorithms
 * @since gve
 */
export class Algorithms extends PrintObject {

}