from patch.include import *
from tqdm import tqdm


@app_context(commit=True)
def patch():
    with cmfutil.disable_acl(), cmfutil.disable_notify():
        models.RelationCache.recalculate()


if __name__ == "__main__":
    patch()
