thiiiiings
This commit is contained in:
9
venv/lib/python3.8/site-packages/observable/__init__.py
Normal file
9
venv/lib/python3.8/site-packages/observable/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Event system for python
|
||||
"""
|
||||
|
||||
from .core import Observable, EventNotFound, HandlerNotFound
|
||||
|
||||
__all__ = ["Observable", "EventNotFound", "HandlerNotFound"]
|
||||
Reference in New Issue
Block a user