"""SMB/CIFS share scanning — placeholder for Phase 2.""" class SMBCrawler: """Placeholder for SMB share scanning in a future phase.""" def __init__(self, *args, **kwargs): raise NotImplementedError("SMB crawling is planned for Phase 2")