module Analyze
module Group
class Ell
def name
"ELL"
end
def slug
"ell"
def graph
Analyze::Graph::StudentsByEll.new(ells: nil)