def __init__(self): self.loader = FileSystemLoader(os.path.join(os.path.dirname(__file__), 'templates')) self.env = Environment(loader = self.loader)