working through commit args

This commit is contained in:
Greg DiCristofaro 2020-07-13 11:39:30 -04:00
parent f24a5a30e2
commit 32b96584ce

View File

@ -0,0 +1,7 @@
LANG_FILENAME = 'lastupdated.properties'
def get_commit_for_language(language: str) -> str:
pass
def set_commit_for_language(language: str, latest_commit: str):
pass