mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-22 20:59:36 -04: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()
|