Allowed classes to function

This commit is contained in:
Profitroll 2022-09-23 22:59:48 +02:00
parent ab02e13825
commit 74107ceb1b
3 changed files with 3 additions and 1 deletions

View File

@ -29,4 +29,5 @@ from . import raw
from . import errors from . import errors
from . import utility from . import utility
from . import methods from . import methods
from . import classes
from .methods import * from .methods import *

View File

View File

@ -19,7 +19,8 @@ setup(
"pyrmv.raw", "pyrmv.raw",
"pyrmv.errors", "pyrmv.errors",
"pyrmv.methods", "pyrmv.methods",
"pyrmv.utility" "pyrmv.utility",
"pyrmv.classes"
], ],
install_requires=[ install_requires=[
"requests", "requests",