Skip to content

Commit

Permalink
Create webqueue2api package config
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 10, 2021
1 parent 3aca5fe commit 57de1c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/webqueue2api/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from dataclasses import dataclass
from dataclasses import dataclass
import webqueue2api.parser.config

@dataclass
class Configuration:
parser: dataclass

config = Configuration(
parser = webqueue2api.parser.config
)

0 comments on commit 57de1c5

Please sign in to comment.