SXXXXXXX_DependencyAnalyzer/dependencyanalyzer/__init__.py
VALLONGOL 28ad2c66fd Chore: Stop tracking files based on .gitignore update.
Untracked files matching the following rules:
- Rule "*.pyc": 4 files
2025-05-06 13:41:12 +02:00

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.