Guest User

Untitled

a guest
Dec 9th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class ST_Buffer(GenericFunction):
  2. type = Geometry
  3. # does not work if __init__ is not overloaded
  4. def __init__(self, *args, **kwargs):
  5. GenericFunction.__init__(self, args=args, **kwargs)
Add Comment
Please, Sign In to add comment