glamorous-queen-9531
04/01/2023, 8:13 PMAttributeError: Can't get attribute 'Config' on <module '__main__'>
Is this expected behaviour?victorious-lawyer-58417
04/02/2023, 7:52 AMvictorious-lawyer-58417
04/02/2023, 7:56 AMrun.code.
In general if it’s easy to avoid custom classes, it’s easier to deal with native types (e.g namedtuples or dicts instead of custom data classes). Native types are always reproducible without any special actions
Custom classes work but working with them requires a bit extra effortvictorious-lawyer-58417
04/02/2023, 7:56 AMglamorous-queen-9531
04/02/2023, 10:58 AM