Module python.sample.clone_repo_module
Expand source code
import os
# clone oppure pull
os.system("""git clone
https://github.com/IntelligentBackpack/IntelligentBackpack.git""")
python.sample.clone_repo_module
import os
# clone oppure pull
os.system("""git clone
https://github.com/IntelligentBackpack/IntelligentBackpack.git""")