6 lines
57 B
Python
6 lines
57 B
Python
#!/bin/python
|
|
|
|
generalInformation = {
|
|
'running': True,
|
|
}
|