Snaacky / dndserver

Dark and Darker private server implementation written in Python
The Unlicense
264 stars 60 forks source link

Python type hinting for all parameters and returns #235

Closed itzandroidtab closed 1 year ago

itzandroidtab commented 1 year ago

Briefly describe what changes this PR introduces

Added python type hinting to all parameters (except console.py and all the ctx and self parameters) and returns. (It also formatted every file on save and I removed 3 unused item generator functions)

Link to all issues that this PR solves

N/A.

Relevant pictures/videos of the PR (optional)

N/A.

Checklist