mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
7 lines
175 B
Python
7 lines
175 B
Python
LANG_FILENAME = 'lastupdated.properties'
|
|
|
|
def get_commit_for_language(language: str) -> str:
|
|
pass
|
|
|
|
def set_commit_for_language(language: str, latest_commit: str):
|
|
pass |