Compare commits

..

No commits in common. "5e3cce852e04b2e9ba466be1b750c823a8fe56ad" and "490b170ee480d6e88b1dc7bce01d039c02946e76" have entirely different histories.

View File

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