mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-04 18:53:10 +00:00
6 lines
107 B
Python
6 lines
107 B
Python
"""Resolvers for API module"""
|
|
|
|
def get_api_version() -> str:
|
|
"""Get API version"""
|
|
return "1.2.7"
|