1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00
ArchiveBox/archivebox/core/welcome_message.py

5 lines
133 B
Python
Raw Normal View History

print()
print('[i] Welcome to the ArchiveBox Shell! Example usage:')
print(' Page.objects.all()')
print(' User.objects.all()')