Imported errors and non-raw methods

This commit is contained in:
Profitroll 2022-09-23 11:18:18 +02:00
parent 276d29d8e3
commit 293c71588f
3 changed files with 3 additions and 1 deletions

View File

@ -36,3 +36,5 @@ __license__ = "MIT License"
__author__ = "Profitroll" __author__ = "Profitroll"
from . import raw from . import raw
from .methods import *
from .errors import *

0
pyrmv/errors/__init__.py Normal file
View File

View File