kuon.steam.common   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 10
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 0
eloc 5
dl 0
loc 10
ccs 0
cts 4
cp 0
rs 10
c 0
b 0
f 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