source: python-cinema-club-bot/persistence.py@ 9be02d9

Last change on this file since 9be02d9 was 0d67456, checked in by Mikhail Kirillov <w96k@…>, on Oct 9, 2024 at 1:45:08 AM

Add /remove and /list commands (unfinished)

  • Property mode set to 100644
File size: 91 bytes
RevLine 
[0d67456]1from telegram.ext import PicklePersistence
2
3Persistence = PicklePersistence(filepath='db')
Note: See TracBrowser for help on using the repository browser.