Skip to content

jameskabbes/parent_class

Repository files navigation

parent_class

Parent Class for generic Python use. Contains many helpful standard methods to speed up development for future classes. Designed to be inherited by Child classes.

Documentation
PyPI


Installation

pip install kabbes_parent_class


Usage

For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.

from parent_class import ParentClass
Obj = ParentClass()
Obj.print_atts()
>>>
---ParentClass Class---
type:   ParentClass
Obj.type
>>> 'ParentClass'

Author

James Kabbes

About

Parent Class for generic Python use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages