README.md
setup.py
auto_white_reimu.egg-info/PKG-INFO
auto_white_reimu.egg-info/SOURCES.txt
auto_white_reimu.egg-info/dependency_links.txt
auto_white_reimu.egg-info/entry_points.txt
auto_white_reimu.egg-info/requires.txt
auto_white_reimu.egg-info/top_level.txt
mahjong/__init__.py
mahjong/tenhou_record_check.py
mahjong/win_rate_demo.py
mahjong/container/__init__.py
mahjong/container/distribution.py
mahjong/container/set.py
mahjong/container/utils.py
mahjong/container/pattern/__init__.py
mahjong/container/pattern/reasoning.py
mahjong/container/pattern/win.py
mahjong/record/__init__.py
mahjong/record/category.py
mahjong/record/checker.py
mahjong/record/player.py
mahjong/record/reader.py
mahjong/record/stage.py
mahjong/record/state.py
mahjong/record/utils/__init__.py
mahjong/record/utils/bit.py
mahjong/record/utils/constant.py
mahjong/record/utils/event.py
mahjong/record/utils/value/__init__.py
mahjong/record/utils/value/gametype.py
mahjong/record/utils/value/general.py
mahjong/record/utils/value/meld.py
mahjong/record/utils/value/tile.py
mahjong/templates/__init__.py
mahjong/templates/record_checker_template.html
mahjong/templates/mjpic/0m.png
mahjong/templates/mjpic/0p.png
mahjong/templates/mjpic/0s.png
mahjong/templates/mjpic/1m.png
mahjong/templates/mjpic/1p.png
mahjong/templates/mjpic/1s.png
mahjong/templates/mjpic/1z.png
mahjong/templates/mjpic/2m.png
mahjong/templates/mjpic/2p.png
mahjong/templates/mjpic/2s.png
mahjong/templates/mjpic/2z.png
mahjong/templates/mjpic/3m.png
mahjong/templates/mjpic/3p.png
mahjong/templates/mjpic/3s.png
mahjong/templates/mjpic/3z.png
mahjong/templates/mjpic/4m.png
mahjong/templates/mjpic/4p.png
mahjong/templates/mjpic/4s.png
mahjong/templates/mjpic/4z.png
mahjong/templates/mjpic/5m.png
mahjong/templates/mjpic/5p.png
mahjong/templates/mjpic/5s.png
mahjong/templates/mjpic/5z.png
mahjong/templates/mjpic/6m.png
mahjong/templates/mjpic/6p.png
mahjong/templates/mjpic/6s.png
mahjong/templates/mjpic/6z.png
mahjong/templates/mjpic/7m.png
mahjong/templates/mjpic/7p.png
mahjong/templates/mjpic/7s.png
mahjong/templates/mjpic/7z.png
mahjong/templates/mjpic/8m.png
mahjong/templates/mjpic/8p.png
mahjong/templates/mjpic/8s.png
mahjong/templates/mjpic/9m.png
mahjong/templates/mjpic/9p.png
mahjong/templates/mjpic/9s.png
mahjong/templates/mjpic/__init__.py
mahjong/tile/__init__.py
mahjong/tile/definition.py
tests/__init__.py
tests/test_AkaTile.py
tests/test_checker.py
tests/test_flush.py
tests/test_fromFile.py
tests/test_gameType.py
tests/test_heuristic_pattern_waiting.py
tests/test_mixedCategory.py
tests/test_paifu.py
tests/test_pattern_waiting.py
tests/test_stageGroupby.py
tests/test_subCategory.py
tests/test_tenhouRecord.py
tests/test_tile.py
tests/test_tile_hash_num.py
tests/test_waiting.py
tests/test_win_pattern.py