steamgifts-bot/main.py
2022-05-22 14:20:44 -04:00

5 lines
No EOL
64 B
Python

from src import run
if __name__ == '__main__':
run.entry()