├── .vscode └── settings.json ├── Notes ├── README.md └── scan.py /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "python.formatting.provider": "yapf" 3 | } -------------------------------------------------------------------------------- /Notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ralim/TC66C/HEAD/Notes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ralim/TC66C/HEAD/README.md -------------------------------------------------------------------------------- /scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ralim/TC66C/HEAD/scan.py --------------------------------------------------------------------------------