"""Constants for ordering.""" ASC = "ASC" DESC = "DESC" ORDER_DIRECTIONS = [DESC, ASC]