Added close() method to all controller classes. /JL

This commit is contained in:
2025-04-20 23:20:37 +02:00
parent 9c66fe8930
commit d6f72a8e74
9 changed files with 25 additions and 3 deletions

View File

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