I have a question regarding the following NFA:

When I provide the formal definition, I am stuck at the alphabet $\Sigma$ and $\delta$ parts. Since the alphabet is not given, and no transitions are present, does this mean that there is no transition table? If there is one how would it look like? I am not sure how to complete the 5-tuple without the $\Sigma$ and $\delta$.
What I have so far:
$$N = (Q=\{q_{0}\}, \Sigma, \delta, q_{0} \text{ is the start state}, \{ q_{0} \} \text{ is the final/accept state} )$$
Any tips or help is appreciated.