""" High level Steam API implementation with low level reusable core Copyright (c) 2010-2013, Anthony Garcia Distributed under the ISC License (see LICENSE) """ __version__ = "4.21" __author__ = "Anthony Garcia" __contact__ = "anthony@lagg.me" __license__ = "ISC" __copyright__ = "Copyright (c) 2010-2014, " + __author__ __all__ = [ "api", "apps", "items", "loc", "remote_storage", "sim", "user", "vdf" ] from . import *