GilangAlRusliadi commited on
Commit
b13bd79
β€’
1 Parent(s): 1ef35c3
Files changed (2) hide show
  1. app.py +1 -1
  2. Torrent.py β†’ torrents.py +0 -0
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  import streamlit as st
10
  from streamlit_option_menu import option_menu
11
  from others import *
12
- from .torrent import *
13
 
14
  option = ['Magnet Link', 'Index Torrent', 'Link Redirect', 'Kode']
15
  # Navigasi Sidebar
 
9
  import streamlit as st
10
  from streamlit_option_menu import option_menu
11
  from others import *
12
+ from torrents import *
13
 
14
  option = ['Magnet Link', 'Index Torrent', 'Link Redirect', 'Kode']
15
  # Navigasi Sidebar
Torrent.py β†’ torrents.py RENAMED
File without changes