diff options
Diffstat (limited to 'src/solar.py')
-rw-r--r-- | src/solar.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/solar.py b/src/solar.py index 1a89d52..041d427 100644 --- a/src/solar.py +++ b/src/solar.py @@ -14,6 +14,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. + +# This module implements algorithms for calculating information about the Sun. + import math import time |