Skip to content

Commit

Permalink
Refine exports
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 7, 2021
1 parent 77d286f commit 92f7377
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/webqueue2api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from webqueue2api.parser.item import Item
from webqueue2api.parser.queue import Queue
from webqueue2api.parser import Item
from webqueue2api.parser import Queue
from webqueue2api.parser import loadQueues
6 changes: 6 additions & 0 deletions src/webqueue2api/parser/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Classes
from .item import Item
from .queue import Queue

# Utilities
from .queue import loadQueues

0 comments on commit 92f7377

Please sign in to comment.