From b19cef6c183d730cde9e4d4dc59ef3b2c017d3cf Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 25 Dec 2020 15:11:22 +0100 Subject: [PATCH] unified naming --- interface_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_handler.py b/interface_handler.py index 269f950..611d159 100644 --- a/interface_handler.py +++ b/interface_handler.py @@ -2,7 +2,7 @@ from enum import Enum from xml_reader import Xml_reader import RPi.GPIO as GPIO -class interface_handler: +class Interface_handler: """handles the access to the various interfaces (e.g. GPIO) """