File size: 255 Bytes
747a865
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
METADATA =\
{
	'name': 'DeepFakeAI',
	'description': 'Next generation face swapper and enhancer',
	'version': '1.2.0',
	'license': 'MIT',
	'author': 'Ashiq Hussain Mir',
	'url': 'https://codegenius.me'
}


def get(key : str) -> str:
	return METADATA[key]