mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
6 lines
133 B
Python
6 lines
133 B
Python
from archivebox.logging import log_shell_welcome_msg
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from main import *
|
|
log_shell_welcome_msg()
|