From 13dfbba8d21b843cc3bb871ed06088ca72cde8c3 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 13:23:04 -0500 Subject: make a docstring for wram.py --- wram.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wram.py') diff --git a/wram.py b/wram.py index 666d90f..c5d30f2 100644 --- a/wram.py +++ b/wram.py @@ -1,6 +1,7 @@ # coding: utf-8 - -# RGBDS BSS section and constant parsing. +""" +RGBDS BSS section and constant parsing. +""" import os path = os.path.dirname(os.path.abspath(__file__)) -- cgit v1.2.3