#!/usr/bin/python3 -s

from ft.commands.sort_by import SortBy

SortBy().run()
