Coverage for src/integrify/epoint/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.6.10, created at 2025-02-10 00:57 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2025-02-10 00:57 +0000
1"""
2Dokumentasiyalar:
4AZ: https://epointbucket.s3.eu-central-1.amazonaws.com/files/instructions/API%20Epoint%20az.pdf
5EN: https://epointbucket.s3.eu-central-1.amazonaws.com/files/instructions/API%20Epoint%20en.pdf
6RU: https://epointbucket.s3.eu-central-1.amazonaws.com/files/instructions/API%20Epoint%20ru.pdf
7"""
9from .client import EPointAsyncRequest, EPointClientClass, EPointRequest
10from .env import VERSION
12__all__ = ['EPointAsyncRequest', 'EPointClientClass', 'EPointRequest', 'VERSION']