Total Complexity | 0 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | #!/usr/bin/python |
||
2 | # -*- coding: utf-8 -*- |
||
3 | |||
4 | __title__ = 'Teeworlds Server Info' |
||
5 | __description__ = 'Small module to retrieve game servers and player information for the game Teeworlds' |
||
6 | __version__ = '1.0.3' |
||
7 | __url__ = 'https://github.com/DaRealFreak/Teeworlds-ServerInfo' |
||
8 | __author__ = 'DaRealFreak' |
||
9 | __author_email__ = '[email protected]' |
||
10 | __license__ = 'MIT' |
||
11 |