mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 22:47:51 +00:00
6 lines
78 B
Python
6 lines
78 B
Python
class PluginInitFailed(Exception):
|
|
pass
|
|
|
|
|
|
__all__ = ("PluginInitFailed",)
|