🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    src/telepathy/telepathy.py
    skipped 19 lines
    20 20  import time
    21 21   
    22 22   
    23  -from utils import (
     23 +from telepathy.utils import (
    24 24   print_banner,
    25 25   color_print_green,
    26 26   populate_user,
    skipped 4 lines
    31 31   print_shell,
    32 32   createPlaceholdeCls
    33 33  )
    34  -import const as const
     34 +import telepathy.const as const
    35 35   
    36 36  from colorama import Fore, Back, Style
    37 37   
    skipped 1438 lines
  • ■ ■ ■ ■
    src/telepathy/utils.py
    1 1  from colorama import Fore, Back, Style
    2 2  from googletrans import Translator, constants
    3  -from const import __version__, user_agent
     3 +from telepathy.const import __version__, user_agent
    4 4  import requests
    5 5  import textwrap
    6 6  from bs4 import BeautifulSoup
    skipped 347 lines
Please wait...
Page is in error, reload to recover