6 lines
104 B
Groovy
6 lines
104 B
Groovy
package com.meesho.utilities
|
|
|
|
class buTeamMapping {
|
|
def get_team_initials(String team) { 'test' }
|
|
}
|