diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 13:10:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 13:10:27 -0500 |
commit | 99bf0d326cfeaffb909d5361db7df3fc51f06a1e (patch) | |
tree | e080cef0ab78acad1f0fae9f930f8a7353ae3548 | |
parent | 1a30d8b8a27f84e42b743e1ae886e2f66bea9335 (diff) |
docstring for crystal.py
-rw-r--r-- | pokemontools/crystal.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index e79cf6d..de0423d 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -1,5 +1,8 @@ # -*- coding: utf-8 -*- -# utilities to help disassemble pokémon crystal +""" +utilities to help disassemble pokémon crystal +""" + import os import sys import inspect |