Docstring.

This commit is contained in:
Itamar Turner-Trauring 2020-08-11 14:54:12 -04:00
parent 202a7cf975
commit 504258622c

View File

@ -1,3 +1,9 @@
"""
Algorithms for figuring out happiness, the number of unique nodes the data is
on.
Ported to Python 3.
"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function