5 lines
126 B
Python
5 lines
126 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
from . import sale_advance_payment
|
||
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|