summary refs log tree commit diff stats
path: root/code/fstype.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/fstype.py')
-rw-r--r--code/fstype.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/fstype.py b/code/fstype.py
new file mode 100644
index 00000000..4bd0988d
--- /dev/null
+++ b/code/fstype.py
@@ -0,0 +1,5 @@
+class File: pass
+class Directory: pass
+class Nonexistent: pass
+class Unknown: pass
+