sandbox package

Submodules

sandbox.simple module

sandbox.simple.add_one(number: int) → int[source]

Simply add one.

>>> add_one(2)
3

Module contents

A sample Python project

sandbox.main()[source]

Entry point for the application script.