mirror of https://github.com/Kozea/pygal.git
Jason R. Coombs
14 years ago
2 changed files with 10 additions and 0 deletions
@ -1,4 +1,8 @@ |
|||||||
#!python |
#!python |
||||||
# -*- coding: UTF-8 -*- |
# -*- coding: UTF-8 -*- |
||||||
|
|
||||||
|
""" |
||||||
|
svg.charts package. |
||||||
|
""" |
||||||
|
|
||||||
__all__ = ('graph', 'plot', 'time_series', 'bar', 'pie', 'schedule', 'util') |
__all__ = ('graph', 'plot', 'time_series', 'bar', 'pie', 'schedule', 'util') |
||||||
|
Loading…
Reference in new issue