mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-02 23:27:17 -04:00
Alphabetized import statements
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
# external modules
|
||||
|
||||
from os import environ, listdir, path, remove, system, walk
|
||||
from shutil import copy, get_terminal_size, move, rmtree
|
||||
from sys import argv, exit as s_exit
|
||||
from pathlib import Path
|
||||
import random
|
||||
from shutil import copy, get_terminal_size, move, rmtree
|
||||
import sshync
|
||||
import string
|
||||
from sys import argv, exit as s_exit
|
||||
from textwrap import fill
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user