Skip to content

Commit

Permalink
Add module level docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 29, 2020
1 parent 51bb16f commit 962a672
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion api/ECNQueue.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# TODO: Add ECNQueue module documentation
"""A library for interacting with Purdue ECN's Queue.
This library allows for the creation of and interaction with individual issues called Items.
It also allows for the same with collections of Items called Queues.
Raises:
# TODO: Add description(s) of when a ValueError is raised.
ValueError: [description]
"""

#------------------------------------------------------------------------------#
# Imports
Expand Down

0 comments on commit 962a672

Please sign in to comment.