Need to create a class to load, manage, and save cycles to the database. Should contain: - A container of cycles (some sort of list) - A method for loading cycles from the sqlite database - A method for saving cycles back to the database
Need to create a class to load, manage, and save cycles to the database.
Should contain: