Home
A Python library that lets you write less code to do more things.
Documentation available here.
Getting started¶
Install via pip¶
pip install quilt-lang
Importing¶
import quilt_lang as _
Example usage¶
if _.ready: print("Quilt is ready.")
For more commands, visit this website.