1#!/usr/bin/env python
2
3import unittest
4
5if __name__ == '__main__':
6    unittest.main()
7