Skip to content

Instantly share code, notes, and snippets.

@LaughDonor
LaughDonor / exp.py
Last active July 1, 2025 22:27
Solves Torus Puzzle on Exponential Idle on Android (no root)
#!/usr/bin/env python
# coding: utf-8
# In[1]:
"""Solves Torus Puzzle on Exponential Idle on Android (no root)"""
__author__ = "Sunny Patel <github.com/laughdonor>"
from __future__ import annotations
from dataclasses import dataclass, astuple