sim3.dart 353 B

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