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