diff numerics/data.py @ 19:276beb743a59

stub
author Jeff Hammel <k0scist@gmail.com>
date Sun, 21 Sep 2014 20:13:17 -0700
parents
children fef3f407113f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/numerics/data.py	Sun Sep 21 20:13:17 2014 -0700
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+
+"""
+data models
+"""
+
+__all__ = ['Dataset']
+string = (str, unicode)
+
+class Dataset(object):
+    """
+    rows of data
+    """