Rename project and reorganise structure
- Changed project name to "data-shield" - Moved all source files into a new "data-shield" directory - Updated import paths accordingly
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "speckle-automate-data-shield"
|
||||
name = "data-shield"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from abc import ABC, abstractmethod
|
||||
from collections import defaultdict
|
||||
from typing import Dict, List, Optional, Union, Any
|
||||
from typing import Dict, List, Optional
|
||||
from speckle_automate import AutomationContext
|
||||
from specklepy.objects import Base
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from speckle_automate import AutomationContext
|
||||
from specklepy.objects import Base
|
||||
from actions import PrefixRemovalAction
|
||||
from src.actions import PrefixRemovalAction
|
||||
from src.inputs import FunctionInputs, SanitizationMode
|
||||
from traversal import get_data_traversal_rules
|
||||
|
||||
Reference in New Issue
Block a user