feat: Add screenshot processing adapters

This commit is contained in:
2026-03-07 12:30:32 +05:30
parent 8715ebafe8
commit e6c3eec5bb
7 changed files with 1340 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ def main():
backend = get_backend()
path = backend.active_window()
print(path)
if __name__ == "__main__":