Objects Submodule#
Contributors: Adi Bozzhanov, Tianhao Chen
-
class
copyclare.data.objects.attempt.
Attempt
(id, date, num_of_repetitons, duration, session_json, accuracy, exercise_id)# -
Bases:
object
-
get_sql_tuple
()#
-
Contributors: Adi Bozzhanov, Tianhao Chen
-
class
copyclare.data.objects.exercises.
Exercise
(id, exercise_name, video_directory, image_directory, description, angles_json)# -
Bases:
object
-
get_sql_tuple
()#
-
Contributors: Adi Bozzhanov