I have generated the latest API!
This commit is contained in:
		
							
								
								
									
										9
									
								
								kittycad/models/unit_magnetic_flux_format.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								kittycad/models/unit_magnetic_flux_format.py
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
from enum import Enum
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class UnitMagneticFluxFormat(str, Enum):
 | 
			
		||||
    WEBER = 'weber'
 | 
			
		||||
    MAXWELL = 'maxwell'
 | 
			
		||||
 | 
			
		||||
    def __str__(self) -> str:
 | 
			
		||||
        return str(self.value)
 | 
			
		||||
		Reference in New Issue
	
	Block a user