We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a448575 commit e4e6908Copy full SHA for e4e6908
XRPLib/servo.py
@@ -4,6 +4,8 @@ class Servo:
4
5
_DEFAULT_SERVO_ONE_INSTANCE = None
6
_DEFAULT_SERVO_TWO_INSTANCE = None
7
+ _DEFAULT_SERVO_THREE_INSTANCE = None
8
+ _DEFAULT_SERVO_FOUR_INSTANCE = None
9
10
@classmethod
11
def get_default_servo(cls, index:int):
0 commit comments