This commit is contained in:
pooriya adib rad 2024-02-22 18:53:49 +03:30 committed by GitHub
commit d16370e0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -120,3 +120,5 @@ class CallCenter(object):
def dispatch_queued_call_to_newly_freed_employee(self, call, employee):
pass
def test(self):
pass