#!/usr/bin/python3 from dataclasses import dataclass @dataclass class Settings: square_bits: bool = False