fix: add get_config() template

This commit is contained in:
2025-05-15 14:33:25 +02:00
parent 34b8d96324
commit f098b3ac4c

View File

@ -14,3 +14,10 @@ def extend_command_line_args(parser):
# parser.add_argument("--session", help="Session name", type=str, default="cSAXS")
return parser
# def get_config() -> ServiceConfig:
# """
# Create and return the service configuration.
# """
# return ServiceConfig(redis={"host": "localhost", "port": 6379})