Metadata-Version: 2.1
Name: sclass
Version: 0.0.1
Summary: Basic class from witch to inherit other classes
Home-page: UNKNOWN
Author: Lorenzo Bartolini
Author-email: l.bartolini02@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# sclass

Simple module that allows you to create classes with the concept of Private and Public attributes and methods.

Just create your own class inheriting from `sclass`.


