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 1 year ago

adonutwithsprinklez commented 1 year 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.