/ settings.py
settings.py
1  sourceOutput = "./testing/resultSourceList"
2  destinationOutput = "./testing/resultDestinationList"
3  fileBuffer = 100
4  
5  if __name__ == "__main__":
6      print("This is a support file, not intended to be called directly")