update docs

This commit is contained in:
collerek
2020-12-22 13:10:48 +01:00
parent c8aad2385c
commit 63f7b0d572
7 changed files with 307 additions and 67 deletions

View File

@ -107,8 +107,7 @@ class Car(ormar.Model):
class Truck(Car):
class Meta:
metadata = metadata
database = db
pass
max_capacity: int = ormar.Integer()