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