Merge pull request #46 from McSinyx/py3

Update shebang
pull/50/head
Jake Funke 2022-10-12 12:15:00 -07:00 committed by GitHub
commit b81516eea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
from botany import *
def ascii_render(filename):