mirror of
https://github.com/artemium428/428th-exchange-bot.git
synced 2026-09-15 16:56:20 +00:00
4 lines
65 B
Python
4 lines
65 B
Python
from bot.main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|