Skip to content

Commit

Permalink
Renamed module directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ulosc committed Mar 31, 2024
1 parent 9bfec99 commit b525ebc
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ir-gts-bw-new.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
#
# ~ ThyImortalGamer

from src import gtsvar
from src.pokehaxlib import initServ
from src.getpkm import getpkm
from src.sendpkm import sendpkm, multisend, queuesend, customqueuesend
from src.stats import statana
from src.gbatonds import threetofour
from src.util import clear, cleanexit
from utils import gtsvar
from utils.pokehaxlib import initServ
from utils.getpkm import getpkm
from utils.sendpkm import sendpkm, multisend, queuesend, customqueuesend
from utils.stats import statana
from utils.gbatonds import threetofour
from utils.util import clear, cleanexit
from platform import system
from sys import argv, exit
from time import sleep
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b525ebc

Please sign in to comment.