mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
6 lines
126 B
Python
6 lines
126 B
Python
from cli.logging import log_shell_welcome_msg
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from main import *
|
|
log_shell_welcome_msg()
|