Add Android support and initial mappings.

This commit is contained in:
Philippe Groarke 2018-01-09 11:45:18 -05:00
parent 302f75138f
commit fccdad8276
2 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,7 @@ mappings_dict = {
"Windows": {},
"Mac OS X": {},
"Linux": {},
"Android": {},
}
class Mapping: