Add missing file header

This commit is contained in:
James R. Barlow
2023-10-30 00:28:09 -07:00
parent 71166f7be8
commit 44bcafd3aa

View File

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2023 James R. Barlow
# SPDX-License-Identifier: MPL-2.0
"""Defines progress bar API."""
from __future__ import annotations
from typing import Protocol
from rich.console import Console