7 lines
78 B
Python
7 lines
78 B
Python
#!/bin/python
|
|
|
|
generalInformation = {
|
|
'running': True,
|
|
'consumeKey': False,
|
|
}
|