aboutsummaryrefslogtreecommitdiffstats
path: root/yamlish.py
diff options
context:
space:
mode:
Diffstat (limited to 'yamlish.py')
-rw-r--r--yamlish.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yamlish.py b/yamlish.py
index 634811c..d26c8be 100644
--- a/yamlish.py
+++ b/yamlish.py
@@ -71,6 +71,9 @@ class Reader(object):
def __init__(self):
pass
+ def get_raw(self):
+ pass
+
def read(self, source):
pass