mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 22:20:21 +00: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()
|