🐛 I now know what docstrings are

This commit is contained in:
Nikolaj Danger
2020-08-03 17:51:35 +02:00
parent 41b048217b
commit 4feae71a5d
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
__doc__ = "Gwendolyn functions for looking things up"
"""Gwendolyn functions for looking things up"""
__all__ = ["spellFunc", "monsterFunc"]