/circuits/app/__init__.py

https://bitbucket.org/prologic/circuits/ · Python · 18 lines · 2 code · 4 blank · 12 comment · 0 complexity · ff4299477436779545b63c0c79849e76 MD5 · raw file

  1. # Package: app
  2. # Date: 20th June 2009
  3. # Author: James Mills, prologic at shortcircuit dot net dot au
  4. """Application Components
  5. Contains various components useful for application development and tasks
  6. common to applications.
  7. :copyright: CopyRight (C) 2004-2013 by James Mills
  8. :license: MIT (See: LICENSE)
  9. """
  10. from .daemon import Daemon
  11. __all__ = ("Daemon",)
  12. # flake8: noqa