Sorted imports

This commit is contained in:
adithyagenie 2022-11-04 16:55:22 +05:30
parent e29d3dda65
commit 4ba7cab763
5 changed files with 23 additions and 15 deletions

View file

@ -1,13 +1,16 @@
import mysql.connector
import os
import re
import curses
import maze.modules.maze
from .password_forget import sender
import os
import random
import re
import string
from time import sleep
from base64 import b64decode, b64encode
from time import sleep
import mysql.connector
import maze.modules.maze
from .password_forget import sender
loggedin = False
U = gamerid = None

View file

@ -1,6 +1,7 @@
from maze.modules.maze import main
import curses
from maze.modules.maze import main
def bruh():
curses.wrapper(main)

View file

@ -1,13 +1,15 @@
import curses
import time
from math import exp, pi, cos, fabs
import random
import sys
import time
from collections import defaultdict
from itertools import tee
import maze.modules.PlayerBase_func as database
from .about import about
from math import cos, exp, fabs, pi
import maze.modules.maze_saveandload as sl
import sys
import maze.modules.PlayerBase_func as database
from .about import about
WON = 0
PAUSED = False

View file

@ -1,9 +1,11 @@
import os
import pickle
from .PlayerBase_func import Input, screenwipe
import maze.modules.maze as m
from time import sleep
import maze.modules.maze as m
from .PlayerBase_func import Input, screenwipe
def save(screen, maze, coords):
y, x = screen.getmaxyx()

View file

@ -1,7 +1,7 @@
import pickle
import smtplib
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
import pickle
from random import choice