chore: better project structure
This commit is contained in:
6
diceplayer/utils/dataclass_protocol.py
Normal file
6
diceplayer/utils/dataclass_protocol.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing_extensions import Protocol, runtime_checkable
|
||||
|
||||
|
||||
@runtime_checkable
|
||||
class Dataclass(Protocol):
|
||||
__dataclass_fields__: dict
|
||||
Reference in New Issue
Block a user