1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Added __init__ for hearted task

This commit is contained in:
Myned 2017-11-20 11:39:39 -05:00
parent ea85496ede
commit 4edab67c61

View file

@ -39,7 +39,8 @@ class Right(Exception):
class Save(Exception):
pass
def __init__(self, user):
self.user = user
class GoTo(Exception):