Created
February 4, 2020 17:38
-
-
Save greg-hellings/0de55fc3e07d5014f005efc12ffbdffa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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