mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Expose the Error class from the main package
This commit is contained in:
parent
5e7d9af95d
commit
74788f934f
1 changed files with 1 additions and 0 deletions
|
|
@ -20,5 +20,6 @@ __copyright__ = "Copyright (C) 2017 Dan Tès <https://github.com/delivrance>"
|
||||||
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
|
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
|
||||||
__version__ = "0.2.2"
|
__version__ = "0.2.2"
|
||||||
|
|
||||||
|
from .api.errors import Error
|
||||||
from .client import ChatAction
|
from .client import ChatAction
|
||||||
from .client import Client
|
from .client import Client
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue