hydrus/hydrus/client/ClientGlobals.py

6 lines
176 B
Python

import typing
from hydrus.client.interfaces import ClientControllerInterface
client_controller: typing.Optional[ ClientControllerInterface.ClientControllerInterface ] = None