1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-15 17:20:05 +00:00
This commit is contained in:
deadc0de6
2018-02-07 17:10:28 +01:00
parent bc80b2626b
commit 4ff0a0dad5

View File

@@ -13,7 +13,6 @@ from dotdrop.logger import Logger
class Action: class Action:
def __init__(self, key, action): def __init__(self, key, action):
self.key = key self.key = key
self.action = action self.action = action