Skip to content

Commit ab2d260

Browse files
committed
Improved docstrings
1 parent 7f6360a commit ab2d260

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: config.env.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
Default packet config values. See the readme for details.
2+
Default configuration settings and environment variable based configuration logic
3+
See the readme for more information
34
"""
45

56
from os import environ

Diff for: wsgi.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Primary entry point for the app
3+
"""
4+
15
from packet import app
26

37
if __name__ == "__main__":

0 commit comments

Comments
 (0)