@@ -0,0 +1,7 @@
from aiogram.fsm.state import State, StatesGroup
class Registration(StatesGroup):
waiting_for_sphere = State()
waiting_for_custom_sphere = State()
waiting_for_language = State()
waiting_for_preferences = State()
The note is not visible to the blocked user.