1
0
mirror of https://github.com/gryf/slack-backup.git synced 2026-05-05 07:40:51 +02:00
Files

11 lines
170 B
Python
Executable File

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Execute commands for slack-backup
"""
from slack_backup import command
if __name__ == "__main__":
command.main()