All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12m0s
7 lines
174 B
Python
7 lines
174 B
Python
"""Test app service registration."""
|
|
from __future__ import annotations
|
|
|
|
|
|
def register_domain_services() -> None:
|
|
"""Register services for the test app (none needed)."""
|