Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Get rid of enum import #138

@veruu

Description

@veruu

enum doesn't add any value when compared with eg. dictionaries or named tuples, or even plain module-wide constants if they are used in multiple source files. Replace the enums by any of the above (as deemed fitting) and remove the dependency on the enum module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions