Initial commit: Werkzeuge-Sammlung
Enthält: - rdp_client.py: RDP Client mit GUI und Monitor-Auswahl - rdp.sh: Bash-basierter RDP Client - teamleader_test/: Network Scanner Fullstack-App - teamleader_test2/: Network Mapper CLI Subdirectories mit eigenem Repo wurden ausgeschlossen. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
6
teamleader_test/app/services/__init__.py
Normal file
6
teamleader_test/app/services/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Business logic services."""
|
||||
|
||||
from app.services.scan_service import ScanService
|
||||
from app.services.topology_service import TopologyService
|
||||
|
||||
__all__ = ['ScanService', 'TopologyService']
|
||||
Reference in New Issue
Block a user