mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
4 lines
77 B
Python
4 lines
77 B
Python
#!/usr/bin/env python3
|
|
|
|
# ints are not allowed
|
|
__import__("viv").activate(5)
|