Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 783 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 783 Bytes

QTSIT

The official Repo for QTSIT

Test for documents Code Formatting

Install it from PyPI

pip install qtsit

Usage

from qtsit import BaseClass
from qtsit import base_function

BaseClass().base_method()
base_function()
$ python -m qtsit
#or
$ qtsit

Development

Read the CONTRIBUTING.md file.