refactor: dataclasses are now defined as types in types.py
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .types import Patents, Patent
|
||||
|
||||
all = [
|
||||
"Patents",
|
||||
"Patent"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user