mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Update __init__.py
Added rogue missing comma!
This commit is contained in:
		@@ -24,7 +24,7 @@ from .output_devices import (
 | 
				
			|||||||
    Motor,
 | 
					    Motor,
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
from .boards import (
 | 
					from .boards import (
 | 
				
			||||||
    TrafficLights
 | 
					    TrafficLights,
 | 
				
			||||||
    PiTraffic,
 | 
					    PiTraffic,
 | 
				
			||||||
    FishDish,
 | 
					    FishDish,
 | 
				
			||||||
    PiLiter,
 | 
					    PiLiter,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user