1 2 3 4 5 6 7
from ._bs.config import * @section('discord') class Config: token = required('token') admin = required('admin', int)