vantage6.backend.common.base.BaseModelBase¶ class BaseModelBase¶ Bases: object Declarative base that defines default attributes. All data models inherit from this class. __init__()¶ Methods __init__() help() Print a help message for the class. Attributes id classmethod help()¶ Print a help message for the class. Return type: None