Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
iheitlager committed Apr 17, 2017
1 parent df85906 commit 20a0a7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data_migrator/emitters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/python
# -*- coding: UTF-8 -*-
"""
This module contains all classes for models, managers and fields
"""Emitters are used to export models to output format.
This module contains all classes for emitters: base and actuals
* :class:`BaseEmitter`
* :class:`MySQLEmitter`
* ...
* :class:`CSVEmitter`
"""

from .mysql import MySQLEmitter
Expand Down

0 comments on commit 20a0a7e

Please sign in to comment.