pytemplate package

Submodules

pytemplate.main module

This is the main module of the pytemplate package.

pytemplate.main.hello_world() str

Print ‘Hello, world!’ to the console.

pytemplate.utils module

Utility functions for the pytemplate package.

pytemplate.utils.add_numbers(a: int, b: int) int

Add two numbers and returns the result.

Module contents

Init file for pytemplate.