Add declarations at the top of danmaku2ass.py
This commit is contained in:
parent
bd1e48eb34
commit
6c48118535
@ -1,5 +1,12 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
# The original author of this program, Danmaku2ASS, is StarBrilliant.
|
||||||
|
# This file is released under General Public License version 3.
|
||||||
|
# You should have received a copy of General Public License text alongside with
|
||||||
|
# this program. If not, you can obtain it at http://gnu.org/copyleft/gpl.html .
|
||||||
|
# This program comes with no warranty, the author will not be resopnsible for
|
||||||
|
# any damage or problems caused by this program.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import calendar
|
import calendar
|
||||||
import gettext
|
import gettext
|
||||||
|
Loading…
Reference in New Issue
Block a user