We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6360a commit ab2d260Copy full SHA for ab2d260
config.env.py
@@ -1,5 +1,6 @@
1
"""
2
-Default packet config values. See the readme for details.
+Default configuration settings and environment variable based configuration logic
3
+ See the readme for more information
4
5
6
from os import environ
wsgi.py
@@ -1,3 +1,7 @@
+"""
+Primary entry point for the app
+
from packet import app
7
if __name__ == "__main__":
0 commit comments