make a docstring for wram.py

This commit is contained in:
Bryan Bishop
2013-08-03 13:23:04 -05:00
parent 9dc552e46c
commit 13dfbba8d2

View File

@@ -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__))