5 lines
94 B
Python
5 lines
94 B
Python
from beanie.odm.settings.base import ItemSettings
|
|
|
|
|
|
class UnionDocSettings(ItemSettings): ...
|