def __init__()

in src/TicketingDataGenerator.py [0:0]


    def __init__(self, num_of_tickets=50):
        self.num_of_tickets=num_of_tickets
        f = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", "data", "leaves.txt"))
        self.leaves = f.read().replace(" ","").split(",")