... actually add src/IRCObject.py to git. that should have been present many
commits ago.
This commit is contained in:
parent
8f05f66a03
commit
362bbf89f7
1 changed files with 3 additions and 0 deletions
3
src/IRCObject.py
Normal file
3
src/IRCObject.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Object(object):
|
||||
def __init__(self):
|
||||
pass
|
Loading…
Reference in a new issue