GitNexus/gitnexus/test/fixtures/lang-resolution/python-from-module-alias/decoy/models.py

3 lines
55 B
Python

class User:
def save(self):
return "wrong"