import {Repository} from 'tramway-core-connection';

export default class CLASS_NAME extends Repository {
    constructor(connection) {
        super(connection);
    }
}
