8 lines
No EOL
125 B
Python
8 lines
No EOL
125 B
Python
"""
|
|
The processor class for postprocessing polled data.
|
|
"""
|
|
|
|
|
|
class Processor:
|
|
def __init__(self, **kwargs):
|
|
pass |