@@ -0,0 +1,10 @@
from src.game import Game
def main():
print("Welcome to Rally Racer !")
game: Game = Game()
if __name__ == "__main__":
main()
The note is not visible to the blocked user.