mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
3 lines
95 B
Dart
3 lines
95 B
Dart
library pocketpy;
|
|
export 'common.dart';
|
|
export 'no_web.dart' if (dart.library.html) 'web.dart'; |