mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 01:40:17 +00:00
9 lines
154 B
Python
9 lines
154 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Tableprint
|
|
"""
|
|
from .metadata import __author__, __version__
|
|
from .printer import *
|
|
from .style import *
|
|
from .utils import *
|