mabuseif commited on
Commit
1515e6f
·
verified ·
1 Parent(s): 4a8dbb5

Update app/components.py

Browse files
Files changed (1) hide show
  1. app/components.py +1 -0
app/components.py CHANGED
@@ -17,6 +17,7 @@ import json
17
  import logging
18
  import uuid
19
  from typing import Dict, List, Any, Optional, Tuple, Union
 
20
 
21
  # Configure logging
22
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
 
17
  import logging
18
  import uuid
19
  from typing import Dict, List, Any, Optional, Tuple, Union
20
+ from app.m_c_data import DEFAULT_WINDOW_PROPERTIES # Import DEFAULT_WINDOW_PROPERTIES
21
 
22
  # Configure logging
23
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')