add pyproject.toml

This commit is contained in:
2023-09-27 14:16:52 +01:00
parent 770a7742a2
commit ecca4c65c8
5 changed files with 58 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
class VMError(Exception):
"""Base voicemeeterlib exception class."""
"""Base voicemeeterlib exception class"""
class VMCAPIError(VMError):