I have a decorator class but am having trouble adding type annotations to it.
import functools class LogInfo: def __init__(self, environment: str):