mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
6 lines
107 B
Python
6 lines
107 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import models
|
|
from . import wizards
|
|
from .init_hooks import post_init_hook
|