8 lines
108 B
Python
8 lines
108 B
Python
# coding: utf-8
|
|
|
|
__author__ = 'vanzhiganov'
|
|
|
|
|
|
class ControllerServers:
|
|
def __init__(self):
|
|
pass
|