Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/CogitoNTNU/CrawlAI
Browse files Browse the repository at this point in the history
  • Loading branch information
LockedInTheSkage committed Sep 3, 2024
2 parents 1f457f6 + d76fcac commit 53dd174
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ def __init__(self, env):
self.env = env


class Limb():
length: float

def __init__(self):
pass


class Joint():
Expand All @@ -30,10 +35,5 @@ def __init__(self):
pass


class Limb():
length: float

def __init__(self):
pass


0 comments on commit 53dd174

Please sign in to comment.