mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-04-24 13:45:05 +00:00
12 lines
210 B
Python
12 lines
210 B
Python
#!/usr/bin/env python3
|
|
#
|
|
# Argument Clinic
|
|
# Copyright 2012-2013 by Larry Hastings.
|
|
# Licensed to the PSF under a contributor agreement.
|
|
#
|
|
from libclinic.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|