9 lines
78 B
Python
9 lines
78 B
Python
from dataclasses import dataclass
|
|
|
|
@dataclass
|
|
class ExportConfig:
|
|
pass
|
|
|
|
|
|
|