# python3-quantum _Bring quantum computing to Python!_ Quantum computing is super cool and this package makes it easy to use it in Python 3. ## Install ```shell pip install pip install git+https://git.evulid.cc/cyberes/python3-quantum ``` ## Usage ```python from quantum.states import tralse if tralse: print('Hello world!') ```