8 lines
129 B
Python
8 lines
129 B
Python
import logging
|
|
|
|
logger = logging.getLogger('AppDaemon.Perimeter')
|
|
logger.info('Imported statemachine')
|
|
|
|
|
|
class StateMachine: ...
|