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