software/kisstdlib/./setup.py

A set of modules for the Python programming language designed for system programming with conceptually and algebraically simple primitives.

Files

Raw Source

Contents

#!/usr/bin/env python3
"""Setup."""
from setuptools import setup

setup()