Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 417 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 417 Bytes

nothingness

This is nothing, just a template for PyPI packages

Installation

From PyPI

pip3 install nothingness

From GitHub

pip3 install git+https://github.com/donno2048/nothingness

Usage

Import fun from __init__.py

from nothingness import fun

Run __main__.py

python3 -m nothingness

Run main from __main__.py

nothingness