Initial commit
This commit is contained in:
5
Solutions/9_3/structly/tableformat/__init__.py
Normal file
5
Solutions/9_3/structly/tableformat/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# __init__.py
|
||||
|
||||
from .formatter import print_table, create_formatter
|
||||
|
||||
__all__ = [ 'print_table', 'create_formatter' ]
|
||||
Reference in New Issue
Block a user