Files
example-code-2e/25-class-metaprog/qualname/fakedjango.py
2021-05-21 18:56:12 -03:00

6 lines
115 B
Python

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