Skip to content

Commit

Permalink
Merge branch 'main' into hf-kklein-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jul 23, 2024
2 parents 0328685 + cfe20ca commit 6181ef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/maus/edifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ class EdifactFormat(str, Enum):
REQOTE = "REQOTE" #: request quote
PARTIN = "PARTIN" #: market partner data
UTILMD = "UTILMD" #: utilities master data
UTILMDG = "UTILMDG" #: utilities master data for 'Gas'
UTILMDS = "UTILMDS" #: utilities master data for 'Strom'
UTILMDW = "UTILMDW" #: utilities master data 'Wasser'
UTILTS = "UTILTS" #: formula

def __str__(self):
Expand Down

0 comments on commit 6181ef3

Please sign in to comment.