@startuml
'start
:instantiate object;
group init
:activate object;
end group
while (each ½s)
group loop {
:register 3 fake votes;
:fetch and print voting tally;
end group
endwhile
-[hidden]->
kill
@enduml