misc-csechet/frontools/__init__.py

6 lines
83 B
Python

""" Core module for Frontools"""
from .config import Config
__all__ = ["Config"]