We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbac39 commit 3870e81Copy full SHA for 3870e81
src/opengeodeweb_viewer/rpc/schemas/import_project.py
@@ -1,6 +1,7 @@
1
from dataclasses_json import DataClassJsonMixin
2
from dataclasses import dataclass
3
4
+
5
@dataclass
6
class ImportProject(DataClassJsonMixin):
7
pass
0 commit comments