Things are now in different files and they are all imported in the init.py file.
Some files are ui.py, that includes Cards, Connectors and other things.
abc.py Abstract Base Classes such as Link to help string conversion into links.
errors.py Some classes to error handle exceptions such as ratelimits.
This PR also adds descriptions to all functions. Uses property decorators for dumps and renames some things.
This PR adds some major changes to the package.
Things are now in different files and they are all imported in the init.py file.
This PR also adds descriptions to all functions. Uses property decorators for dumps and renames some things.
For more info check the commits and see yourself.