Skip to content

Instantly share code, notes, and snippets.

import socket
import struct
class OptionError(Exception):
"""Configuration errors"""
class MasterServerQuery:
def __init__(self, region='ALL_OVER', mserver=None, **kwargs):
self.valid_regions = {'US_EAST': '\x00', 'US_WEST': '\x01', 'SOUTH_AMERICA': '\x02',
'EUROPE': '\x03', 'ASIA': '\x04', 'AUS': '\x05', 'MIDDLE_EAST': '\x06',