Make a change to a py file to see if CI will kick off tests

This commit is contained in:
Dave Pearson 2023-05-02 12:57:08 +01:00
parent a8d2724873
commit aa9f6392c3
No known key found for this signature in database
GPG key ID: B413E0EF113D4ABF

View file

@ -1,3 +1,5 @@
# Ignore this. This is just a forced change to a Python file.
from .demo import DemoApp
if __name__ == "__main__":