Esempio n. 1
0
	def startup():
		# setup the environment
		Core.set_install_path()

		# initialize logging
		Core.init_logging(None)

		# load the config file
		Core.load_config("config.json")

		Path.set_hostplatform(HostPlatform)

		Attributes.load_attributes(Core.config)