| Total Complexity | 0 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | # Copyright (c) 2020--2022 Stefan Bender |
||
| 2 | # |
||
| 3 | # This module is part of pyspaceweather. |
||
| 4 | # pyspaceweather is free software: you can redistribute it or modify |
||
| 5 | # it under the terms of the GNU General Public License as published |
||
| 6 | # by the Free Software Foundation, version 2. |
||
| 7 | # See accompanying COPYING.GPLv2 file or http://www.gnu.org/licenses/gpl-2.0.html. |
||
| 8 | """Python interface for space weather indices |
||
| 9 | |||
| 10 | """ |
||
| 11 | __version__ = "0.4.0" |
||
| 12 | |||
| 13 | from .celestrak import * |
||
| 14 | from .gfz import * |
||
| 15 | from .omni import * |
||
| 16 |