8 lines
317 B
Python
8 lines
317 B
Python
# dependency_analyzer/__init__.py
|
|
# This file makes the 'dependency_analyzer' directory a Python package.
|
|
# It can be left empty.
|
|
|
|
# You could potentially import key components here for easier access if desired,
|
|
# e.g., from .gui import DependencyAnalyzerApp
|
|
# but for `python -m` usage, it's not strictly necessary.
|