6 lines
74 B
Python
6 lines
74 B
Python
"""Utility Functions"""
|
|
|
|
from .config import Config
|
|
|
|
__all__ = ['Config']
|