Skip to content

Commit 259337f

Browse files
committed
Supply init information.
1 parent ac6cc0b commit 259337f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

api/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""Sherlock API Module
2+
3+
This module is the core Django REST Framework (DRF)'s functionality.
4+
"""

cli/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Commnad Line Interface (CLI) Module
2+
3+
This module contains the direct control of Sherlock module
4+
through the CLI.
5+
"""

0 commit comments

Comments
 (0)