mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-15 19:16:37 +00:00
4 lines
58 B
Python
4 lines
58 B
Python
#!/usr/bin/env python
|
|
import virtualenv
|
|
virtualenv.main()
|