mbe-shipyard / sysml.py

A Python package for the Systems Modeling Language (SysML) for Model-based Systems Engineering (MBSE) applications
Apache License 2.0
68 stars 20 forks source link

Implement Package() class #24

Open capsulecorplab opened 6 years ago

capsulecorplab commented 6 years ago

Implement attributes, constructors, and methods for Package() class.

capsulecorplab commented 6 years ago

Note: Consider whether to inherit from a Namespace class http://code.activestate.com/recipes/577887-a-simple-namespace-class/