#!/usr/bin/python3 -s

from ft.commands.filter import Filter


Filter().run()
