a101447eeb
- 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
5 lines
No EOL
68 B
Python
5 lines
No EOL
68 B
Python
from src.bot import run
|
|
|
|
|
|
if __name__ == '__main__':
|
|
run.entry() |