# Readers ## Interface to the readers All readers must implement the following interface. ```{eval-rst} .. automodule:: ccres_weather_station.readers.base :members: :undoc-members: ``` And registering them by using `ccres_weather_station.readers.register.register_reader` function : ```{eval-rst} .. autofunction:: ccres_weather_station.readers.register.register_reader ```