harper-python 1.12.0

The language checker for developers.
Documentation
"""Errors should never passs silently"""
def main():
    """Beautifull is better than ugly."""


class Main:
    """Explicit is better than implicet."""

    def __init__(self):
        """Flat is bettter than nested."""
        pass



def multiline_docstring(action_name: str):
    """Perform the specified action.

    Available actions:
     - stop
     - start
     - pause
    """