diff --git a/KSbExcelExportSivasTeilestamm/.idea/.gitignore b/KSbExcelExportSivasTeilestamm/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/KSbExcelExportSivasTeilestamm/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/KSbExcelExportSivasTeilestamm/.idea/KSbExcelExportSivasTeilestamm.iml b/KSbExcelExportSivasTeilestamm/.idea/KSbExcelExportSivasTeilestamm.iml new file mode 100644 index 0000000..74d515a --- /dev/null +++ b/KSbExcelExportSivasTeilestamm/.idea/KSbExcelExportSivasTeilestamm.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/KSbExcelExportSivasTeilestamm/.idea/inspectionProfiles/Project_Default.xml b/KSbExcelExportSivasTeilestamm/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..4fd05ea --- /dev/null +++ b/KSbExcelExportSivasTeilestamm/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/KSbExcelExportSivasTeilestamm/.idea/inspectionProfiles/profiles_settings.xml b/KSbExcelExportSivasTeilestamm/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/KSbExcelExportSivasTeilestamm/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/KSbExcelExportSivasTeilestamm/.idea/misc.xml b/KSbExcelExportSivasTeilestamm/.idea/misc.xml new file mode 100644 index 0000000..d4bc084 --- /dev/null +++ b/KSbExcelExportSivasTeilestamm/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/KSbExcelExportSivasTeilestamm/.idea/modules.xml b/KSbExcelExportSivasTeilestamm/.idea/modules.xml new file mode 100644 index 0000000..f129d2f --- /dev/null +++ b/KSbExcelExportSivasTeilestamm/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/KSbExcelExportSivasTeilestamm/main.py b/KSbExcelExportSivasTeilestamm/main.py new file mode 100644 index 0000000..76d0e8c --- /dev/null +++ b/KSbExcelExportSivasTeilestamm/main.py @@ -0,0 +1,16 @@ +# This is a sample Python script. + +# Press Umschalt+F10 to execute it or replace it with your code. +# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. + + +def print_hi(name): + # Use a breakpoint in the code line below to debug your script. + print(f'Hi, {name}') # Press Strg+F8 to toggle the breakpoint. + + +# Press the green button in the gutter to run the script. +if __name__ == '__main__': + print_hi('PyCharm') + +# See PyCharm help at https://www.jetbrains.com/help/pycharm/