summaryrefslogtreecommitdiff
path: root/wram.py
diff options
context:
space:
mode:
Diffstat (limited to 'wram.py')
-rw-r--r--wram.py5
1 files changed, 3 insertions, 2 deletions
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__))