Files
solaris-guest-bot/src/bot/__main__.py
2025-07-01 17:54:00 +03:00

5 lines
58 B
Python

from . import main
if __name__ == "__main__":
main()