ask-fsdl / ask_fsdl /main.py
charlesfrye's picture
rough and ready ask-fsdl backend
407c075
raw
history blame contribute delete
197 Bytes
import sys
sys.path.append(".")
import ask_fsdl
if __name__ == "__main__":
import sys
ask_fsdl.make_docs.download_lectures()
runner = ask_fsdl.get_runner()
print(runner(sys.argv[1]))