Files
h1686bot/bot/__main__.py
2025-01-02 22:19:43 +02:00

5 lines
58 B
Python

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