6 lines
103 B
Python
6 lines
103 B
Python
from ..mautic import MauticHelper
|
|
|
|
|
|
def sync_customers():
|
|
helper = MauticHelper()
|
|
helper.sync() |