The official Repo for QTSIT
pip install qtsit
from qtsit import BaseClass
from qtsit import base_function
BaseClass().base_method()
base_function()
$ python -m qtsit
#or
$ qtsit
Read the CONTRIBUTING.md file.
The official Repo for QTSIT
pip install qtsit
from qtsit import BaseClass
from qtsit import base_function
BaseClass().base_method()
base_function()
$ python -m qtsit
#or
$ qtsit
Read the CONTRIBUTING.md file.