#!/usr/bin/env python3 # *-* coding:utf-8 *-* import unittest
from bintree import BinTree, BinTreeNode
if __name__ == "__main__": unittest.main()