Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit 2fd7180

Browse files
committed
fesbf
1 parent 16d47ea commit 2fd7180

17 files changed

Lines changed: 10 additions & 5 deletions
158 Bytes
Binary file not shown.
8.49 KB
Binary file not shown.
7.15 KB
Binary file not shown.
3.02 KB
Binary file not shown.
477 Bytes
Binary file not shown.
161 Bytes
Binary file not shown.

pocketoptionapi/v2/pocketoptionapi2/pocketoptionapi/stable_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# dev @vigo_walker, github: https://github.com/theshadow76
22

33
# python
4-
from pocketoptionapi.api import pocketoptionapi
5-
import pocketoptionapi.constants as OP_code
6-
import pocketoptionapi.country_id as Country
4+
from pocketoptionapi.v2.pocketoptionapi2.pocketoptionapi.api import pocketoptionapi
5+
import pocketoptionapi.v2.pocketoptionapi2.pocketoptionapi.constants as OP_code
6+
import pocketoptionapi.v2.pocketoptionapi2.pocketoptionapi.country_id as Country
77
import threading
88
import time
99
import logging
1010
import operator
11-
import pocketoptionapi.global_value as global_value
12-
from pocketoptionapi.expiration import get_expiration_time, get_remaning_time
11+
import pocketoptionapi.v2.pocketoptionapi2.pocketoptionapi.global_value as global_value
12+
from pocketoptionapi.v2.pocketoptionapi2.pocketoptionapi.expiration import get_expiration_time, get_remaning_time
1313
from datetime import datetime, timedelta,timezone
1414
from collections import defaultdict
1515
from collections import deque
12.8 KB
Binary file not shown.
1.21 KB
Binary file not shown.
2.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)