MetaPKLot-Dataset / tools /ParkingSpacesMarker /AbstractFileHandler.py
LoanMaikon's picture
Add files using upload-large-folder tool
07444d1 verified
Raw
History Blame Contribute Delete
144 Bytes
class AbstractFileHandler():
def changeFileExtension(self, filePath, newExtension):
return filePath[:len(filePath)-3] + newExtension