mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 06:37:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			213 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			213 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""Ready-to-use and customizable users management for FastAPI."""
 | 
						|
 | 
						|
__version__ = "0.2.0"
 | 
						|
 | 
						|
from fastapi_users.fastapi_users import FastAPIUsers  # noqa: F401
 | 
						|
from fastapi_users.models import BaseUser  # noqa: F401
 |