summaryrefslogtreecommitdiff
path: root/lib/DeWeave/Collection/Clients.pm
blob: a49e54a396bf168c6b500bc4a8093c4c14503a5e (plain)
1
2
3
4
5
6
7
8
package DeWeave::Collection::Clients; 
use Moose;
use namespace::autoclean;
use DeWeave::BO::Client;
 
extends 'DeWeave::Collection';
 
1;