aboutsummaryrefslogtreecommitdiff
path: root/src/IRCObject.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/IRCObject.py')
-rw-r--r--src/IRCObject.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/IRCObject.py b/src/IRCObject.py
new file mode 100644
index 00000000..47dc5f11
--- /dev/null
+++ b/src/IRCObject.py
@@ -0,0 +1,3 @@
+class Object(object):
+ def __init__(self):
+ pass