Files
2023-10-03 13:12:44 +02:00

5 lines
58 B
Python

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