from SprintLib.testers import BaseTester class CSharpTester(BaseTester): @property def build_command(self): return "csc /out:executable.exe" @property def command(self): return "mono executable.exe"