steamgifts-bot/main.py

5 lines
64 B
Python

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