Skip to content

Instantly share code, notes, and snippets.

View connorjan's full-sized avatar

Connor Goldberg connorjan

View GitHub Profile
import os
import re
import urllib2
class CSServer:
def __init__(self, minTier, maxTier, mapType, mapsFilePath, mapsDirectory, fastDlServer = ""):
self.MinTier = minTier
self.MaxTier = maxTier
self.MapType = mapType