Removed old, deprecated, dangerous, stupid method of saving data to a file.

This commit is contained in:
The Wobbler 2024-12-13 16:14:16 +01:00
parent d88f4964fe
commit 8a57a23048
3 changed files with 0 additions and 61 deletions

View file

@ -18,9 +18,6 @@ setup(
packages=[
"wobbl_tools"
],
install_requires=[
"deprecated",
],
extras_require={
"pygame": ["pygame"],
},