example-code-2e/24-class-metaprog/qualname/fakedjango.py
2021-09-10 12:34:39 -03:00

6 lines
115 B
Python

class models:
class Model:
"nothing to see here"
class IntegerField:
"nothing to see here"