1#!/usr/local/bin/python3.8
2
3"""Call the main setup_git.py. This should be
4copied to the main directory of your project and named setup_git.py."""
5
6import os
7import os.path
8os.system(os.path.join("tools", "dev_tools", "git", "setup_git.py"))
9