```dart title="Dart" import 'package:kreuzberg/kreuzberg.dart'; Future main() async { print('kreuzberg loaded successfully'); } ```