Skip to content

Instantly share code, notes, and snippets.

View danielprinz's full-sized avatar
📆

Daniel Prinz danielprinz

📆
View GitHub Profile
"""Event emitter playground"""
import asyncio
import logging
import pytest
from pyee import AsyncIOEventEmitter
LOG = logging.getLogger(__name__)
@pytest.mark.asyncio