Implement basic hike functions

This commit is contained in:
Sebastiaan
2025-10-24 17:48:02 +02:00
parent f958856e95
commit 23d7d63103
8 changed files with 514 additions and 0 deletions

View File

@@ -138,6 +138,8 @@ class ApiTags(DocumentedStrEnum):
DIVISIONS = "Divisions"
MEMBERS = "Members"
HIKES = "Hikes"
# endregion