Skip to content
Snippets Groups Projects
Commit ab3dbdda authored by Anne Philipp's avatar Anne Philipp
Browse files

added separations between modules, class and funtions

parent 9ac56eac
No related branches found
No related tags found
No related merge requests found
...@@ -22,16 +22,25 @@ ...@@ -22,16 +22,25 @@
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
""" """
# ------------------------------------------------------------------------------
# MODULES
# ------------------------------------------------------------------------------
import os import os
import glob import glob
# ------------------------------------------------------------------------------
# Class
# ------------------------------------------------------------------------------
class UIOFiles: class UIOFiles:
''' '''
Class to manipulate files. At initialisation it has the attribute Class to manipulate files. At initialisation it has the attribute
suffix which stores a list of suffixes of the files associated suffix which stores a list of suffixes of the files associated
with the instance of the class. with the instance of the class.
''' '''
# --------------------------------------------------------------------------
# FUNCTIONS
# --------------------------------------------------------------------------
def __init__(self, suffix): def __init__(self, suffix):
''' '''
@Description: @Description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment