├── LICENSE ├── README.md ├── README_CZ.md ├── README_zh-CN.md ├── astpk.py ├── logo.jpg ├── logo.txt ├── main.py └── update.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/README.md -------------------------------------------------------------------------------- /README_CZ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/README_CZ.md -------------------------------------------------------------------------------- /README_zh-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/README_zh-CN.md -------------------------------------------------------------------------------- /astpk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/astpk.py -------------------------------------------------------------------------------- /logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/logo.jpg -------------------------------------------------------------------------------- /logo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/logo.txt -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/main.py -------------------------------------------------------------------------------- /update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lambdanil/astOS/HEAD/update.py --------------------------------------------------------------------------------