Total Complexity | 0 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | #!/usr/bin/python |
||
2 | # -*- coding: utf-8 -*- |
||
3 | |||
4 | |||
5 | class SteamUrls: |
||
6 | COMMUNITY = "https://steamcommunity.com" |
||
7 | STORE = 'https://store.steampowered.com' |
||
8 | |||
9 | API = "https://api.steampowered.com" |
||
10 |