summaryrefslogtreecommitdiff
path: root/subdir/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'subdir/foo.py')
-rw-r--r--subdir/foo.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/subdir/foo.py b/subdir/foo.py
new file mode 100644
index 0000000..9059213
--- /dev/null
+++ b/subdir/foo.py
@@ -0,0 +1,9 @@
+class Foo:
+
+ def foo(self, a):
+ if a:
+ return True
+ else:
+ return False
+
+ \ No newline at end of file