diff --git a/main.py b/main.py index b6b021b..7b34e0e 100644 --- a/main.py +++ b/main.py @@ -1,12 +1,11 @@ from usbswitcher import samsungGalaxyToModemMode from at_utils import enableADB from adb_utils import waitForDevice, uploadAndRunFRPBypass - -def main(): - samsungGalaxyToModemMode() - enableADB() - waitForDevice() - uploadAndRunFRPBypass() - -if __name__ == "__main__": - main() \ No newline at end of file +v def main(): +samsungGalaxyToModemMode ( ) +enableADB( ) +waitForDevice ( ) +uploadAndRunFRPBypass () +if +__name__ == "__main__": +main ( )