mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-21 20:46:03 +03:00
10 lines
171 B
Python
10 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
|