mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-03 13:13:32 +03:00
9 lines
171 B
Python
9 lines
171 B
Python
# coding=utf-8
|
|
|
|
"""
|
|
Init
|
|
"""
|
|
|
|
from retailcrm.versions.v3 import Client as v3
|
|
from retailcrm.versions.v4 import Client as v4
|
|
from retailcrm.versions.v5 import Client as v5
|