diff --git a/src/agent.py b/src/agent.py index 6189c62..afac460 100644 --- a/src/agent.py +++ b/src/agent.py @@ -19,6 +19,11 @@ def __init__(self, env): self.env = env +class Limb(): + length: float + + def __init__(self): + pass class Joint(): @@ -30,10 +35,5 @@ def __init__(self): pass -class Limb(): - length: float - - def __init__(self): - pass \ No newline at end of file