Getting started with py_qs_example

Install

Install via:

pip install py_qs_example

Usage

Some highlighted functionality from my module. Check it out.

This is a simple example:

import py_qs_example

obj = py_qs_example.mymodule.ExampleClass(5, int)
print('done')