mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
2 lines
94 B
Python
2 lines
94 B
Python
def __repr__(self):
|
|
return f"{self.get_track_name()} sha1={self.sha1} score={self.score}"
|