From e0f648383c87e1729a2917ed7b0b11c80454a237 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 4 Oct 2020 11:20:08 -0500 Subject: [PATCH] Add description to block comment in webapi.py --- webapi.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapi.py b/webapi.py index 99b46a3..3fd522e 100644 --- a/webapi.py +++ b/webapi.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 """ -InvMan +InvMan Web API + +Web API for InvMan """ # Imports