aosp12/external/python/asn1crypto/run.py

9 lines
166 B
Python
Raw Normal View History

2023-01-09 17:11:35 +08:00
#!/usr/bin/env python
# coding: utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from dev._task import run_task
run_task()