rearranged a bit
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger('AppDaemon.Perimeter')
|
||||
|
||||
class HAL:
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.args = args
|
||||
self.kwargs = kwargs
|
||||
logger.info('Logging from HAL')
|
||||
Reference in New Issue
Block a user