No known key found for this signature in database
GPG Key ID: 9BAD4322A65AD78B
1 changed files with
1 additions and
1 deletions
-
src/dlhdhr/dlhd/channels.py
|
|
|
@ -6,7 +6,7 @@ from typing import Iterator |
|
|
|
from dlhdhr import config |
|
|
|
|
|
|
|
|
|
|
|
@dataclass(frozen=False) |
|
|
|
@dataclass(frozen=True) |
|
|
|
class DLHDChannel: |
|
|
|
number: str |
|
|
|
name: str |
|
|
|
|