Coverage for aixweather/imports/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2025-01-06 16:01 +0000

1""" 

2AixWeather Imports Package 

3 

4The 'imports' package within AixWeather contains modules for importing raw weather data from various sources, 

5including pulling data from DWD (Deutscher Wetterdienst) or reading files from local drives. 

6Each module is designed to handle data from a specific source or format. 

7 

8The output is as raw as possible. 

9"""