Python and stuff

Test with markdown

This is a test code thingymabob, Hope it works!


class MotionSensor:
    """Wrapper class for a motion sensor."""

    def __init__(self, client, module_id=1):
        """Initialize a new MotionSensor instance."""
        self.client = client
        self.module_id = module_id
        self._soap_actions = None