# -*- coding: utf-8 -*- from .abstract_models import * class WishList(AbstractWishList): pass class Line(AbstractLine): pass