mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 12:13:05 +00:00
5 lines
115 B
Python
5 lines
115 B
Python
from archivebox.logging_util import log_shell_welcome_msg
|
|
|
|
|
|
if __name__ == '__main__':
|
|
log_shell_welcome_msg()
|