initial commit
This commit is contained in:
		
							
								
								
									
										13
									
								
								scanner/enums.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								scanner/enums.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
from enum import unique, IntEnum
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@unique
 | 
			
		||||
class CodeType(IntEnum):
 | 
			
		||||
    BARCODE = 0
 | 
			
		||||
    QRCODE = 1
 | 
			
		||||
    INVALID = 2
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@unique
 | 
			
		||||
class SearchType(IntEnum):
 | 
			
		||||
    PRODUCT = 0
 | 
			
		||||
		Reference in New Issue
	
	Block a user