#!/usr/bin/env python
import sys
from felis.cli import cli
if __name__ == '__main__':
    sys.exit(cli())

