Add docstrings to all public package

This commit is contained in:
Julian Stirling 2025-07-10 15:29:10 +01:00
parent 14359e73bb
commit 864ca91e5c
7 changed files with 46 additions and 1 deletions

View file

@ -1,3 +1,5 @@
"""A package responsible for, setup, booting, and shutting down the server."""
from __future__ import annotations
from typing import Optional, Callable