Added missing documentation to the global variables, class properties, and object properties.
This commit is contained in:
@@ -28,8 +28,11 @@ from babel.messages.frontend import CommandLineInterface
|
||||
from opencc import OpenCC
|
||||
|
||||
root_dir: Path = Path(__file__).parent.parent
|
||||
"""The project root directory."""
|
||||
translation_dir: Path = root_dir / "src" / "accounting" / "translations"
|
||||
"""The directory of the translation files."""
|
||||
domain: str = "accounting"
|
||||
"""The message domain."""
|
||||
|
||||
|
||||
@click.group()
|
||||
|
||||
Reference in New Issue
Block a user