Sign in
android-kvm
/
buildroot
/
refs/heads/next
/
.
/
support
/
testing
/
tests
/
package
/
sample_python_uvloop.py
blob: dc85d3e04e0d5a5ea60812475ea42fad6c529f57 [
file
] [
log
] [
blame
] [
edit
]
import
uvloop
async
def
main
():
print
(
"Hello world!"
)
uvloop
.
run
(
main
())