diff options
author | rsiddharth <rsiddharth@ninthfloor.org> | 2015-10-17 21:52:36 -0400 |
---|---|---|
committer | rsiddharth <rsiddharth@ninthfloor.org> | 2015-10-17 21:52:36 -0400 |
commit | a6a04a3919edb5961eab3290d4710ce93202bcae (patch) | |
tree | 7674775656ce1bdd78b8ad0fab371e4470f6dc45 |
initial commit.
new file: .gitignore
new file: Makefile
new file: dumper/COPYING
new file: dumper/__init__.py
new file: dumper/dump.py
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Makefile | 0 | ||||
-rw-r--r-- | dumper/COPYING | 0 | ||||
-rw-r--r-- | dumper/__init__.py | 0 | ||||
-rw-r--r-- | dumper/dump.py | 0 |
5 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c94079 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +.pyc +dataset/
\ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Makefile diff --git a/dumper/COPYING b/dumper/COPYING new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dumper/COPYING diff --git a/dumper/__init__.py b/dumper/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dumper/__init__.py diff --git a/dumper/dump.py b/dumper/dump.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dumper/dump.py |