hugvey/hugvey/panopticon.py
2019-01-17 17:39:52 +01:00

13 lines
No EOL
258 B
Python

"""
The panopticon provides a way to observe (& control) all running Hugveys trough a web interface
"""
import logging
import tornado
logger = logging.getLogger("panopticon")
class Panopticon(object):
def __init__(self, config, command):
pass