Skip to content

Commit

Permalink
passing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Wolff authored and Will Wolff committed Dec 5, 2023
1 parent 6c2acc4 commit 774a1a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cellveyor/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from dataclasses import dataclass


# humanreadable constant
@dataclass(frozen=True)
class Humanreadable:
Expand All @@ -10,8 +11,10 @@ class Humanreadable:
Yes: str
No: str


humanreadable = Humanreadable(Yes="Yes", No="No")


# markers constant
@dataclass(frozen=True)
class Markers:
Expand Down

0 comments on commit 774a1a1

Please sign in to comment.