from builder_base import *


def buildDsym(
        sender=None,
        architecture=None,
        compiler=None,
        dictionary=None,
        clean=True):
    return False
