Bread_Editor/settings.py

9 lines
113 B
Python
Raw Normal View History

2024-11-21 18:54:32 +01:00
#!/usr/bin/python3
from dataclasses import dataclass
@dataclass
class Settings:
square_bits: bool = False