/circuits/app/__init__.py
https://bitbucket.org/prologic/circuits/ · Python · 18 lines · 2 code · 4 blank · 12 comment · 0 complexity · ff4299477436779545b63c0c79849e76 MD5 · raw file
- # Package: app
- # Date: 20th June 2009
- # Author: James Mills, prologic at shortcircuit dot net dot au
- """Application Components
- Contains various components useful for application development and tasks
- common to applications.
- :copyright: CopyRight (C) 2004-2013 by James Mills
- :license: MIT (See: LICENSE)
- """
- from .daemon import Daemon
- __all__ = ("Daemon",)
- # flake8: noqa