# Licensed under the MIT license # http://opensource.org/licenses/mit-license.php # (c) 2005, Tim Potter from twisted.web import static class MediaServer(static.File): pass