emmental/emmental.py
Anna Schumaker 54d7ba6556 lib: Add a class for doing the Publisher / Subscriber pattern
This will eventually replace my current notifications system. Hopefully
it'll be a little easier to work with and maintain

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2020-10-04 10:30:52 -04:00

9 lines
134 B
Python
Executable File

#!/usr/bin/python
# Copyright 2019 (c) Anna Schumaker.
import lib
import curds
import rind
import sys
rind.Application.run(sys.argv)