added some ascii art

This commit is contained in:
Frederic 2017-04-27 21:39:23 +02:00
parent c5d305295b
commit 937ac41eac
1 changed files with 27 additions and 0 deletions

View File

@ -5,6 +5,31 @@ import configreader
import statemachine
FeTAp = """
,ooFeTApFeTApFeTA%=+-,.
,+FeTAp+' `o,,
,oFeTAp+ `,
,ooo' ,oFeTApFeTAp o
oo +FeTAp+' `oo, H
o o' X o l
,@=@+ o ,,-+*==+-., R o .;
,@=@+ o o' ,/ 22 11 ``, E`ooooo'
@@* @@ oo o' / 33 , ` ` , ; T
@:n T:@ oo o ; 44 , . \ L
uM:m A:K oFeTAp' ;55 , : ; A
E:Rn N:t F, | ` : ; | H
SC:h K:o e, ` 66 ` , dHHH C
A:Ll L:s r, ` 77 `. , . 0 `q/ S
ER:a P:U n, \ 88 99 00 ,' L
R:Be i:M s `<,,______,-` sZ, E
i:T E:r p, `sZ B
S:K l:T r, A
o:N H:a e, G
t:a s:c c, ,x+x+'
k:T:@:U:M:R:n; h, ,p+e+r+a+t/
`@:n:M:E:' `T=i=s=c=h=A=p/
"""
controller = None
def gabelschalter_cb(state):
@ -40,6 +65,8 @@ def phone_cb(event):
controller.queue_event('invalid_number')
if __name__ == '__main__':
print FeTAp
cfg = configreader.ConfigurationReader()
cfg.read('fetap.ini')