Skip to content

Commit

Permalink
Add section comments to item module
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 7, 2021
1 parent 6786acf commit 77d286f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/webqueue2api/parser/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@
from dateutil import tz
from typing import Union



#------------------------------------------------------------------------------#
# Configuration
#------------------------------------------------------------------------------#
queueDirectory = "/home/pier/e/queue/Mail"



#------------------------------------------------------------------------------#
# Classes
#------------------------------------------------------------------------------#
class Item:
"""A single issue.
Expand Down

0 comments on commit 77d286f

Please sign in to comment.