Skip to content

Commit

Permalink
refactor: change to NTGSconfig to m2l
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 29, 2024
1 parent c8887cc commit b33e0cd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions LoopDataConverter/fields/_ntgs/_ntgs_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ...datatypes.enums import Datatype


class NtgsToM2lConfig:
class NtgsConfig:
def __init__(self):
self.fold_config = (
{
Expand Down Expand Up @@ -74,10 +74,4 @@ def __init__(self):
}

def __getitem__(self, datatype):
return self.config_map[datatype]



class NtgsToLsConfig:


return self.config_map[datatype]

0 comments on commit b33e0cd

Please sign in to comment.