Skip to content

Commit

Permalink
Improved docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEager committed Oct 13, 2018
1 parent 7f6360a commit ab2d260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Default packet config values. See the readme for details.
Default configuration settings and environment variable based configuration logic
See the readme for more information
"""

from os import environ
Expand Down
4 changes: 4 additions & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Primary entry point for the app
"""

from packet import app

if __name__ == "__main__":
Expand Down

0 comments on commit ab2d260

Please sign in to comment.