#This main.py import fork import rnd from fork import ForkCreate paths = [path for path in ForkCreate()] for _ in range(2): print(rnd.GetRandomItem(paths)) print(rnd.GetRandomItem(list())) fork.ForkRemove()