6 lines
117 B
Python
6 lines
117 B
Python
# __init__.py
|
|
|
|
from .formatter import print_table, create_formatter
|
|
|
|
__all__ = [ 'print_table', 'create_formatter' ]
|