this is test

This commit is contained in:
pooriya adib 2024-02-22 15:22:28 +03:30
parent a07e261677
commit d91333d708
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