add missing import

This commit is contained in:
KF7EEL 2022-09-25 19:41:46 -07:00
parent 9c9d2f9e71
commit 518316b40e
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ import const
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
from pathlib import Path
# Does anybody read this stuff? There's a PEP somewhere that says I should do this. # Does anybody read this stuff? There's a PEP somewhere that says I should do this.
__author__ = 'Cortney T. Buffington, N0MJS and Mike Zingman, N4IRR' __author__ = 'Cortney T. Buffington, N0MJS and Mike Zingman, N4IRR'