-
-
Notifications
You must be signed in to change notification settings - Fork 941
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding more datasets to animal module
added more common animals and associated tests. Added type for choosing random catagory by name
- Loading branch information
1 parent
9ae74c5
commit 1914b96
Showing
16 changed files
with
2,940 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module["exports"] = [ | ||
"Giant panda", | ||
"Spectacled bear", | ||
"Sun bear", | ||
"Sloth bear", | ||
"American black bear", | ||
"Asian black bear", | ||
"Brown bear", | ||
"Polar bear" | ||
] |
Oops, something went wrong.