Browse Source

#1 __future__ 忘れ

kiriban
みてるぞ 1 week ago
parent
commit
0cbc20c898
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      nico.py

+ 2
- 0
nico.py View File

@@ -2,6 +2,8 @@
ニコニコのニジカ動画取得モヂュール
"""

from __future__ import annotations

import os
from datetime import date, timedelta
from typing import TypedDict, cast


Loading…
Cancel
Save