... actually add src/IRCObject.py to git. that should have been present many

commits ago.
This commit is contained in:
jesopo 2018-10-02 15:16:20 +01:00
parent 8f05f66a03
commit 362bbf89f7

3
src/IRCObject.py Normal file
View file

@ -0,0 +1,3 @@
class Object(object):
def __init__(self):
pass