models: add notification object

This commit is contained in:
Jacob Plaster
2019-09-11 11:14:00 +01:00
committed by Jacob Plaster
parent dab7af2754
commit e37474cafd
2 changed files with 104 additions and 0 deletions

View File

@@ -12,5 +12,6 @@ from .position import Position
from .funding_loan import FundingLoan
from .funding_offer import FundingOffer
from .funding_credit import FundingCredit
from .notification import Notification
NAME = 'models'