Skip to content

Instantly share code, notes, and snippets.

@greg-hellings
Created February 4, 2020 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greg-hellings/0de55fc3e07d5014f005efc12ffbdffa to your computer and use it in GitHub Desktop.
Save greg-hellings/0de55fc3e07d5014f005efc12ffbdffa to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
import fileinput
from Sword import VerseKey
for line in fileinput.input():
print(VerseKey(line).getOSISRef())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment