#!/usr/bin/env python
from misago.core.setup import start_misago_project


if __name__ == "__main__":
    start_misago_project()