from src import bootstrap


if __name__ == '__main__':
    bootstrap.run()
