File: __init__.py

package info (click to toggle)
python-redmine 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: python: 3,785; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
"""
Defines manager classes.
"""

from .base import ResourceManager
from .standard import ProjectManager, IssueManager, FileManager, WikiPageManager, UserManager, NewsManager