Start to add types

This commit is contained in:
Hemna 2024-03-20 09:22:48 -04:00
parent d0f53c563f
commit 12dab284cb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ CONF = cfg.CONF
LOG = logging.getLogger("gunicorn.access")
auth = HTTPBasicAuth()
users = {}
users: dict[str, str] = {}
app = Flask(
"aprsd",
static_url_path="/static",