atodorov284 commited on
Commit
f41e99b
·
1 Parent(s): e1a1dcf

Docstrings

Browse files
streamlit_src/controllers/admin_controller.py CHANGED
@@ -7,7 +7,7 @@ from air_quality_forecast.prediction import PredictorModels
7
 
8
  class AdminController(UserController):
9
  """
10
- A class to handle the admin interface.
11
  """
12
 
13
  def __init__(self) -> None:
 
7
 
8
  class AdminController(UserController):
9
  """
10
+ A class to handle the admin interface. Inherits from UserController
11
  """
12
 
13
  def __init__(self) -> None: