7 lines
160 B
Dart
7 lines
160 B
Dart
|
|
import 'package:kreuzberg' as kreuzberg;
|
||
|
|
|
||
|
|
void main() {
|
||
|
|
print('Example: kreuzberg loaded successfully');
|
||
|
|
// Add your API calls here after code generation
|
||
|
|
}
|