Add doc blocks for web app

This commit is contained in:
Roman Mogylatov 2020-10-04 22:24:22 -04:00
parent b56707deeb
commit 64ef1cf85c
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"""Application config module."""
from django.apps import AppConfig
from githubnavigator import container

View File

@ -1,3 +1,5 @@
"""Tests module."""
from unittest import mock
from django.urls import reverse

View File

@ -1,3 +1,5 @@
"""URLs module."""
from django.urls import path
from . import views