mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-26 20:05:40 +02:00
Fix visiblity bug
This commit is contained in:
parent
7c462c3762
commit
a55b1efb28
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,7 @@ from .data import (
|
|||
)
|
||||
from .pollen import PollenParser
|
||||
from .rain_graph import RainGraph
|
||||
from . import resources
|
||||
|
||||
__all__ = [
|
||||
"IrmKmiApiClient",
|
||||
|
@ -39,7 +40,8 @@ __all__ = [
|
|||
"WarningData",
|
||||
"WarningType",
|
||||
"PollenParser",
|
||||
"RainGraph"
|
||||
"RainGraph",
|
||||
"resources"
|
||||
]
|
||||
|
||||
__version__ = '1.0.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue