Skip to content

Commit

Permalink
Added file description
Browse files Browse the repository at this point in the history
  • Loading branch information
Daraan committed Apr 2, 2024
1 parent c1dea54 commit bda9d39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PythonAPI/carla/agents/tools/hints.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Module to add high-level semantic return types for obstacle and traffic light detection results via named tuples.
The code is compatible with Python 2.7, <3.6 and >=3.6. The later uses the typed version of named tuples.
"""


import sys
if sys.version_info < (3, 6):
Expand Down

0 comments on commit bda9d39

Please sign in to comment.