summaryrefslogtreecommitdiff
path: root/pypers/oxford/pro.py
diff options
context:
space:
mode:
Diffstat (limited to 'pypers/oxford/pro.py')
-rwxr-xr-xpypers/oxford/pro.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pypers/oxford/pro.py b/pypers/oxford/pro.py
new file mode 100755
index 0000000..b8ee7fa
--- /dev/null
+++ b/pypers/oxford/pro.py
@@ -0,0 +1,5 @@
+class O(object):
+ def __init__(self):
+ pass
+
+O()