handleNote basics

This commit is contained in:
GitBluub
2022-12-21 21:37:37 +09:00
parent 4e73f25238
commit 4155b2ce71
4 changed files with 60 additions and 44 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
class Note:
def __init__(self, start_time, data) -> None:
@@ -10,4 +8,4 @@ class Note:
return self.__start_time
def get_data(self):
return self.__data
return self.__data