part of 'bots_bloc.dart';
sealed class BotsEvent {
const BotsEvent();
}
class GetAllBots extends BotsEvent {}