Add docstrings to all public package
This commit is contained in:
parent
14359e73bb
commit
864ca91e5c
7 changed files with 46 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
"""A package responsible for, setup, booting, and shutting down the server."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Optional, Callable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue