mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +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()
|