#8 Added close() to class. /JL

This commit is contained in:
2025-04-20 12:47:14 +02:00
parent ce694b3625
commit fd7a3ea0b5
4 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name='pygameControls',
version='0.0.7',
version='0.1.0',
packages=find_packages(),
install_requires=[],
author='Jan Lerking',