Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / conversion_utils.py
index 8e64a875c1ad4e3d89eeee33205693204afd5d87..68292caccbc692570010ab5ed98c10cbcc05d9c7 100644 (file)
@@ -1,6 +1,10 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""Utilities involving converting between different units."""
+
 from typing import Callable, SupportsFloat
 
 import constants