__init__.py 117 B

12345
  1. #!/usr/bin/env python
  2. """project: Encapsulates a project with all its properties."""
  3. from .project import Project