gochan-org / gochan

No whitespaces allowed surrounding docstring text FLK-D210
Documentation
Minor
a month agoa year old
No whitespaces allowed surrounding docstring text
173
174
175def set_vars(goos=""):
176	""" Sets GOOS-related variables to be used globally"""177	global gcos
178	global gcos_name  # used for release, since macOS GOOS is "darwin"
179	global exe
No whitespaces allowed surrounding docstring text
 4from os import path
 5
 6class macro():
 7	""" Use a macro like this {exact macro name} """ 8	def __init__(self, macroname, postgres, mysql, sqlite3):
 9		self.macroname = macroname
10		self.postgres = postgres