feat: basics of practice mode

This commit is contained in:
GitBluub
2023-01-24 01:40:47 +09:00
committed by Bluub
parent 36c5281454
commit 3e75441639
2 changed files with 28 additions and 15 deletions
+1
View File
@@ -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})"