Created
March 5, 2015 23:04
-
-
Save mgp/2154c11db4bdd5f848b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.khanacademy.core.topictree.models; | |
/** | |
* An enumeration over all exercise frameworks. | |
*/ | |
public enum ExerciseFramework { | |
KHAN_EXERCISES, | |
PERSEUS, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment