/// Application layer entry point. /// /// This layer owns use cases and ports. It may depend on domain, but concrete /// adapters are wired only from the composition root. library; export 'ports.dart'; export 'use_cases.dart';