File size: 188 Bytes
e80e35a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from page_selector import remove_seasonal_pages
from login_component import get_authorization_button


def common_page_config():
    get_authorization_button()
    remove_seasonal_pages()