mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2025-04-02 19:33:46 +01:00
When ObsClient(host='...', port='...', password='...') are provided, importing tomllib is not actually necessary. Allow for tomllib to not be installed at all, and only raise a tomllib ModuleNotFoundError if (host, port, password) are not provided.