bemade-addons/helpdesk_sale_order/__init__.py

7 lines
135 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
from . import models
from . import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: