コード例 #1
0
ファイル: handler.py プロジェクト: codex-team/codex.bot
 def init_db(self):
     if not Chats.table_exists():
         Chats.create_table()