6 lines
		
	
	
		
			91 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			91 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from cqlengine.columns import *
 | |
| from cqlengine.models import Model
 | |
| 
 | |
| __version__ = '0.1.2'
 | |
| 
 | 
