mirror of
https://github.com/Eledio/superfaktura-client.git
synced 2025-11-01 08:28:25 +01:00
Add language and data format enumerations
This commit is contained in:
6
superfaktura/enumerations/data_format.py
Normal file
6
superfaktura/enumerations/data_format.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import enum
|
||||
|
||||
|
||||
class DataFormat(enum.Enum):
|
||||
JSON = enum.auto()
|
||||
PDF = enum.auto()
|
||||
Reference in New Issue
Block a user