platform/packages/framework/lib/platform_framework.dart

8 lines
275 B
Dart
Raw Normal View History

/// An easily-extensible web server framework in Dart.
library angel3_framework;
export 'package:platform_exceptions/http_exception.dart';
export 'package:platform_model/platform_model.dart';
export 'package:platform_route/platform_route.dart';
export 'src/core/core.dart';