./build_wheel
pip3 install maidabu-0.1-py3-none-any.whl
# switch to another directory to test, or there will be conflict
mkdir /test
cd /test
python3
from maidabu.main_module import TestModule
testmodule = TestModule()
testmodule.test_2()
testmodule.test_1()