md_to_files / app.py
broadfield-dev's picture
Update app.py
bc8104b verified
raw
history blame
131 Bytes
import os
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git")
from repo_to_md import demo
demo.run_demo()