Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 5159887

Browse files
committed
login v1
1 parent 2141e5d commit 5159887

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2705
-1330
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/desktopy.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"editor.fontSize": 18,
3+
"python.analysis.typeCheckingMode": "basic",
4+
"python.analysis.extraPaths": [
5+
"./chat"
6+
]
7+
}

LICENSE

Lines changed: 504 additions & 504 deletions
Large diffs are not rendered by default.

chat/__init__.py

Whitespace-only changes.
10.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)