Files
FileStreamBot/FileStream/__init__.py

6 lines
60 B
Python
Raw Normal View History

import time
__version__ = "1.0.1"
StartTime = time.time()