From 99bf0d326cfeaffb909d5361db7df3fc51f06a1e Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 13:10:27 -0500 Subject: docstring for crystal.py --- pokemontools/crystal.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3