steamgifts-bot/main.py
mcinj a101447eeb reorganization
- Had to reorganize so that Alembic's env.py could reference the tables in both local environment and a docker environment without manually modifying the python sys path. Maybe there is a better way idk
2022-05-20 12:20:08 -04:00

5 lines
No EOL
68 B
Python

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