mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			88 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			88 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import enum
 | |
| 
 | |
| 
 | |
| class DataFormat(enum.Enum):
 | |
|     JSON = enum.auto()
 | |
|     PDF = enum.auto()
 |