5 lines
137 B
Python
5 lines
137 B
Python
"""PyUCC - Python Unified Code Counter Package."""
|
|
|
|
# Setup external submodule paths before any other imports
|
|
from . import _setup_paths
|