This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
ha_client/lib/entity.class.dart
2018-09-26 22:16:50 +03:00

9 lines
64 B
Dart

part of 'main.dart';
class Entity {
Entity() {
//
}
}