We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e7319 commit fa62d01Copy full SHA for fa62d01
__init__.py
@@ -1,4 +1,5 @@
1
"""Initialize PyPI Package"""
2
-#pylint: disable=import-error, invalid-name
+
3
+# pylint: disable=import-error, invalid-name
4
5
__all__ = ["main"]
__main__.py
@@ -1,5 +1,6 @@
"""Main entry point for the application."""
from main import ProgramVer
6
0 commit comments