#!/usr/bin/python3.6 -s
import sys
from tf_tree_terminal.tree_node import main

if __name__ == '__main__':
    sys.exit(main())