add missing references

This commit is contained in:
Pawel Felcyn 2023-03-27 11:50:23 +02:00
parent 490b170ee4
commit fec421a3b8
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
from typing import List
from typing import List, Tuple
from garbage import RecognizedGarbage
class GarbageTruck:
position: Tuple[int, int]