4
0
mirror of https://github.com/jesopo/ircrobots synced 2024-06-19 14:27:06 +00:00
ircrobots/ircrobots/contexts.py

7 lines
126 B
Python

from dataclasses import dataclass
from .interface import IServer
@dataclass
class ServerContext(object):
server: IServer