Files
Fulfillment-Backend/constants.py
2024-08-25 04:23:55 +03:00

17 lines
382 B
Python

import os
import sys
APP_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(__file__)
allowed_telegram_ids = [
7532624817, # Me
816217667, # Igor
6671635397, # Nikita
355308397, # SerGey
5734685107, # Seller manager,
355242295, # Dsnonchik
651158209, # kristina
502869937, # Sasha
7326211785
]