1234567891011 |
- // Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
- // is governed by a BSD-style license that can be found in the LICENSE file.
- /// The sim3 library.
- ///
- /// This is an awesome library. More dartdocs go here.
- library sim3;
- // TODO: Export any libraries intended for clients of this package.
- export 'src/sim3_base.dart';
|