mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-14 00:17:08 +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()
|