Skip to content

Commit

Permalink
adding basic definition of an emitter
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Apr 25, 2015
1 parent c62f812 commit 7fdbc5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lithoxyl/emitters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-

"""Emitters are callable objects which take an entry in *text-form*
and output it to a persistence resource, such as stdout/stderr, files,
or network streams.
"""
import os
import sys

Expand Down

0 comments on commit 7fdbc5d

Please sign in to comment.