adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Create TOML loader #137

Closed adonutwithsprinklez closed 2 years ago

adonutwithsprinklez commented 2 years ago

Python 3.11 will include native support for the tomllib library. Create a module that can load toml files in a way similar to the jsonDecoder.py file.