Skip to content

Commit

Permalink
Export parser package config
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 10, 2021
1 parent 7234882 commit 3aca5fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webqueue2api/parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
from .queue import Queue

# Utilities
from .queue import loadQueues
from .queue import loadQueues

# Configuration
from .config import config

0 comments on commit 3aca5fe

Please sign in to comment.