Source code for k1lib.k1ui

# AUTOGENERATED FILE! PLEASE DON'T EDIT
"""
Python interface for k1ui, a Java project that can record and manipulate
the screen. Github repo is at https://github.com/157239n/k1ui

Not really developed yet, but it's just here as a placeholder
"""
import k1lib
__all__ = ["dummy"]
[docs]def dummy(): """Does nothing. Only here so that you can read the source code""" pass