piilo / main.py
langdonholmes
Bypass validation check on custom lamda operator
beab4b7
raw
history blame
105 Bytes
import typer
def main():
typer.echo("Hello World")
if __name__ == "__main__":
typer.run(main)