Resolve *almost* all pylint complaints and setup pylint

This commit is contained in:
rany2
2023-01-05 07:48:40 +02:00
parent b5b7a42354
commit b68b27103f
12 changed files with 823 additions and 222 deletions

View File

@@ -4,6 +4,6 @@
Init file for the package.
"""
from .__main__ import main
from .__main__ import _main
__all__ = ["main"]
__all__ = ["_main"]