mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
11 lines
402 B
Python
11 lines
402 B
Python
#This file is distributed under the terms of the GNU General Public license.
|
|
#Copyright (C) 2005 Al Riddoch (See the file COPYING for details).
|
|
|
|
import server
|
|
|
|
class Rope(server.Thing):
|
|
def attach_operation(self, op): pass
|
|
# Set out attribute to be attached to the other thing
|
|
def pull_operation(self, op): pass
|
|
# Move whatever we are attached to.
|
|
# Lift? Drag? Rotate?
|