git_brcal/src/server/BreCal/impl/verify.py
2023-03-17 09:03:26 +01:00

16 lines
209 B
Python

import json
import logging
def GetVerify():
"""
"""
# Implement your business logic here
# All the parameters are present in the options argument
return json.dumps("<integer>"), 200