Total Complexity | 0 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | # -*- coding:utf-8 -*- |
||
2 | """ |
||
3 | Initial Models module |
||
4 | """ |
||
5 | |||
6 | from flask_marshmallow import Marshmallow |
||
7 | |||
8 | |||
9 | ma = Marshmallow() |
||
10 |