forked from JOJ/Joint-Teapot
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from joint_teapot.__main__ import run
 | |
| from joint_teapot.teapot import Teapot as Teapot
 | |
| 
 | |
| 
 | |
| def main() -> None:
 | |
|     run()
 |