mirror of
				https://github.com/Textualize/textual-serve.git
				synced 2025-10-17 02:50:37 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			107 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			107 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from textual_serve.server import Server
 | |
| 
 | |
| server = Server("python dictionary.py")
 | |
| server.serve(debug=False)
 | 
