import 'package:fabric_foundation/fabric_foundation.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}