summaryrefslogtreecommitdiffstats
path: root/rules/python3-transitions.in
blob: 87dab1d9242f633edb6f102fea9f885bf3218faf (plain)
1
2
3
4
5
6
7
8
9
## SECTION=python3

config PYTHON3_TRANSITIONS
	tristate
	prompt "python3-transitions"
	select PYTHON3
	select PYTHON3_SIX
	help
	  A lightweight, object-oriented finite state machine implementation in Python.