Files
FileStreamBot/FileStream/__init__.py

6 lines
60 B
Python
Raw Normal View History

import time
2024-01-06 15:16:14 +05:30
__version__ = "1.1.0"
StartTime = time.time()