feat: basics of practice mode
This commit is contained in:
@@ -3,6 +3,7 @@ class Key:
|
||||
self.key = key
|
||||
self.start = start
|
||||
self.duration = duration
|
||||
self.done = False
|
||||
|
||||
def __repr__(self):
|
||||
return f"{self.key} ({self.start} - {self.duration})"
|
||||
|
||||
Reference in New Issue
Block a user