import { Gladiator } from '../../model';
import { Collection } from '../common';

export class GladiatorsList extends Collection<Gladiator> {

}