Skip to content

Commit

Permalink
move specs readers into subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Apr 5, 2024
1 parent 91f3665 commit b83135d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pynxtools_xps/file_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@
from typing import List, Dict

from pynxtools_xps.phi.spe_pro_phi import MapperPhi
from pynxtools_xps.sle.sle_specs import SleMapperSpecs
from pynxtools_xps.specs.sle.sle_specs import SleMapperSpecs
from pynxtools_xps.specs.xy.xy_specs import XyMapperSpecs
from pynxtools_xps.specs.xml.xml_specs import XmlMapperSpecs
from pynxtools_xps.scienta.scienta_txt import TxtMapperScienta

from pynxtools_xps.vms.txt_vamas_export import TxtMapperVamasExport
from pynxtools_xps.vms.vamas import VamasMapper
from pynxtools_xps.xy.xy_specs import XyMapperSpecs
from pynxtools_xps.xml.xml_specs import XmlMapperSpecs


class XpsDataFileParser:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b83135d

Please sign in to comment.