This website requires JavaScript.
Explore
Help
Sign in
SunRed
/
steamgifts-bot
Watch
1
Star
0
Fork
You've already forked steamgifts-bot
0
Code
Issues
4
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e197a19f1c
steamgifts-bot
/
main.py
5 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
re-org and db views
2022-05-22 20:20:44 +02:00
from
src
import
run
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 18:20:08 +02:00
if
__name__
==
'
__main__
'
:
run
.
entry
(
)
Reference in a new issue
Copy permalink