6 lines
115 B
Python
6 lines
115 B
Python
class models:
|
|
class Model:
|
|
"nothing to see here"
|
|
class IntegerField:
|
|
"nothing to see here"
|