#!/usr/bin/python3 -s

from ft.commands.take_while import TakeWhile


TakeWhile().run()
