Skip to content

Commit

Permalink
Add docstring to parser config
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 16, 2021
1 parent 146a192 commit 6810fde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/webqueue2api/parser/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

@dataclass
class Configuraton:
"""Stores parser configuration.
Args:
queue_directory (str): The absolute file path to the queues directory.
queues_to_ignore (list): List of queues to ignore when loading all queues.
"""
queue_directory: str
queues_to_ignore: list

Expand Down

0 comments on commit 6810fde

Please sign in to comment.