mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-12-15 08:38:52 -05:00
6 lines
91 B
Python
Executable file
6 lines
91 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from umbra import umbra
|
|
|
|
if __name__=="__main__":
|
|
umbra.main()
|