示例#1
0
 def __init__(self, token, channel, file_name, dir_list_command):
     self.__slack_module = SlackModule(token)
     self.file_with_list = file_name
     self.channel = channel
     self.dir_list_command = dir_list_command