Update frames.go

Added India to FrameMap

Closes #33
This commit is contained in:
Kartikey Singh 2023-10-24 14:46:02 +05:30 committed by Hugo Müller-Downing
parent a498d1f7b5
commit 5f8d5130f8

View file

@ -61,4 +61,5 @@ var FrameMap = map[string]FrameType{
"maxwell": Maxwell, "maxwell": Maxwell,
"earth": Earth, "earth": Earth,
"kitty": Kitty, "kitty": Kitty,
"india": India,
} }