From b714a69445af6b0e0c0a81e945179e4a85db1c52 Mon Sep 17 00:00:00 2001 From: cytoffin Date: Mon, 16 Nov 2020 08:12:56 +0100 Subject: [PATCH] f --- SwichGIT/ServerPyt/.idea/ServerPyt.iml | 8 + .../inspectionProfiles/Project_Default.xml | 12 ++ .../inspectionProfiles/profiles_settings.xml | 6 + SwichGIT/ServerPyt/.idea/misc.xml | 4 + SwichGIT/ServerPyt/.idea/modules.xml | 8 + SwichGIT/ServerPyt/.idea/vcs.xml | 6 + SwichGIT/ServerPyt/.idea/workspace.xml | 140 ++++++++++++++++++ SwichGIT/ServerPyt/client.py | 40 +++++ SwichGIT/ServerPyt/server.py | 62 ++++++++ 9 files changed, 286 insertions(+) create mode 100644 SwichGIT/ServerPyt/.idea/ServerPyt.iml create mode 100644 SwichGIT/ServerPyt/.idea/inspectionProfiles/Project_Default.xml create mode 100644 SwichGIT/ServerPyt/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 SwichGIT/ServerPyt/.idea/misc.xml create mode 100644 SwichGIT/ServerPyt/.idea/modules.xml create mode 100644 SwichGIT/ServerPyt/.idea/vcs.xml create mode 100644 SwichGIT/ServerPyt/.idea/workspace.xml create mode 100644 SwichGIT/ServerPyt/client.py create mode 100644 SwichGIT/ServerPyt/server.py diff --git a/SwichGIT/ServerPyt/.idea/ServerPyt.iml b/SwichGIT/ServerPyt/.idea/ServerPyt.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/SwichGIT/ServerPyt/.idea/ServerPyt.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/SwichGIT/ServerPyt/.idea/inspectionProfiles/Project_Default.xml b/SwichGIT/ServerPyt/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..40985a1 --- /dev/null +++ b/SwichGIT/ServerPyt/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/SwichGIT/ServerPyt/.idea/inspectionProfiles/profiles_settings.xml b/SwichGIT/ServerPyt/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/SwichGIT/ServerPyt/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/SwichGIT/ServerPyt/.idea/misc.xml b/SwichGIT/ServerPyt/.idea/misc.xml new file mode 100644 index 0000000..d1e22ec --- /dev/null +++ b/SwichGIT/ServerPyt/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/SwichGIT/ServerPyt/.idea/modules.xml b/SwichGIT/ServerPyt/.idea/modules.xml new file mode 100644 index 0000000..e5fbddf --- /dev/null +++ b/SwichGIT/ServerPyt/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/SwichGIT/ServerPyt/.idea/vcs.xml b/SwichGIT/ServerPyt/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/SwichGIT/ServerPyt/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/SwichGIT/ServerPyt/.idea/workspace.xml b/SwichGIT/ServerPyt/.idea/workspace.xml new file mode 100644 index 0000000..b52d1c3 --- /dev/null +++ b/SwichGIT/ServerPyt/.idea/workspace.xml @@ -0,0 +1,140 @@ + + + + + + + + + +