Skip to content

Commit

Permalink
CHANGES
Browse files Browse the repository at this point in the history
=======

- Add docstrings to files.
Changes to be committed:
	modified:   src/authentication/api/routes.py
	modified:   src/authentication/api/schema.py
	modified:   src/cms/api/routes.py
	modified:   src/cms/api/schema.py
	modified:   src/database/models.py
  • Loading branch information
python3-dev committed May 1, 2024
1 parent 76eff18 commit 46f1817
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/authentication/api/routes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Authentication routes."""
1 change: 1 addition & 0 deletions src/authentication/api/schema.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Authentication route schema."""
1 change: 1 addition & 0 deletions src/cms/api/routes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""CMS routes."""
1 change: 1 addition & 0 deletions src/cms/api/schema.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""CMS schema."""
1 change: 1 addition & 0 deletions src/database/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Database models."""

0 comments on commit 46f1817

Please sign in to comment.