3 lines
54 B
Python
3 lines
54 B
Python
|
class Config:
|
||
|
computer_hostnames = [r'^cyrus.*$']
|