1 2 3 4 5 6
import fsobject class File(fsobject.FSObject): pass # def __init__(self, path): # fsobject.FSObject.__init__(self, path)