Split FSM into separate modules and switch customer to address book

This commit is contained in:
Ruslan Bakiev
2026-02-13 15:27:48 +07:00
parent 98a92286ce
commit dc58e1ffe4
46 changed files with 3125 additions and 152 deletions

View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from . import dsrpt_communication_type
from . import dsrpt_contact
from . import dsrpt_contact_communication
from . import contact_event
from . import contact_source