generated from PlexSheep/baserepo
8 lines
173 B
Python
8 lines
173 B
Python
|
"""
|
||
|
common functionalities
|
||
|
|
||
|
This module implements common functionality useful for many use cases, such as macros,
|
||
|
Formatting functions and more.
|
||
|
"""
|
||
|
from . import printing
|