%PDF- %PDF-
Direktori : /lib/python3/dist-packages/livereload/ |
Current File : //lib/python3/dist-packages/livereload/__init__.py |
""" livereload ~~~~~~~~~~ A python version of livereload. :copyright: (c) 2013 by Hsiaoming Yang :license: BSD, see LICENSE for more details. """ __version__ = '2.6.3' __author__ = 'Hsiaoming Yang <me@lepture.com>' __homepage__ = 'https://github.com/lepture/python-livereload' from .server import Server, shell __all__ = ('Server', 'shell')